linux_dsm_epyc7002/drivers/mtd
Artem Bityutskiy e10b376e98 UBI: make the control character device non-seekable
This patch makes the UBI control device (/dev/ubi_ctrl) non-seekable.
The seek operation does is not applicable to this file, so it is
cleaner to explicitly return error (which the added 'no_llseek()')
does than trying to change the position (which the removed
'default_llseek()' does).

This is an API break, but the only known user of this interface is
mtd-utils which does not need the seeking functionality. And any app
which relies on this is broken, but I'm not aware of such apps.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2011-04-14 11:34:40 +03:00
..
chips Fix common misspellings 2011-03-31 11:26:23 -03:00
devices Fix common misspellings 2011-03-31 11:26:23 -03:00
lpddr Fix common misspellings 2011-03-31 11:26:23 -03:00
maps Fix common misspellings 2011-03-31 11:26:23 -03:00
nand Merge git://git.infradead.org/mtd-2.6 2011-04-09 13:23:50 -07:00
onenand Fix common misspellings 2011-03-31 11:26:23 -03:00
tests
ubi UBI: make the control character device non-seekable 2011-04-14 11:34:40 +03:00
afs.c
ar7part.c
cmdlinepart.c
ftl.c
inftlcore.c
inftlmount.c
Kconfig mtdswap: kill strict error handling option 2011-03-25 17:04:18 +02:00
Makefile
mtd_blkdevs.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 2011-03-25 17:41:20 +02:00
mtdblock_ro.c
mtdblock.c Fix common misspellings 2011-03-31 11:26:23 -03:00
mtdchar.c Fix common misspellings 2011-03-31 11:26:23 -03:00
mtdconcat.c
mtdcore.c
mtdcore.h
mtdoops.c
mtdpart.c
mtdsuper.c
mtdswap.c mtd: mtdswap: fix printk format warning 2011-04-01 16:44:31 +03:00
nftlcore.c
nftlmount.c
ofpart.c
redboot.c
rfd_ftl.c
sm_ftl.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sm_ftl.h
ssfdc.c