Revision 17cf28afea2a1112f240a3a2da8af883be024811 authored by Hugh Dickins on 29 May 2012, 22:06:41 UTC, committed by Linus Torvalds on 29 May 2012, 23:22:23 UTC
Remove vmtruncate_range(), and remove the truncate_range method from
struct inode_operations: only tmpfs ever supported it, and tmpfs has now
converted over to using the fallocate method of file_operations.

Update Documentation accordingly, adding (setlease and) fallocate lines.
And while we're in mm.h, remove duplicate declarations of shmem_lock() and
shmem_file_setup(): everyone is now using the ones in shmem_fs.h.

Based-on-patch-by: Cong Wang <amwang@redhat.com>
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Cong Wang <amwang@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 3f31d07
History
File Mode Size
Kconfig -rw-r--r-- 5.6 KB
Makefile -rw-r--r-- 1.9 KB
corgi.c -rw-r--r-- 8.9 KB
e740_wm9705.c -rw-r--r-- 4.8 KB
e750_wm9705.c -rw-r--r-- 4.4 KB
e800_wm9712.c -rw-r--r-- 4.1 KB
em-x270.c -rw-r--r-- 2.2 KB
hx4700.c -rw-r--r-- 5.8 KB
imote2.c -rw-r--r-- 2.2 KB
magician.c -rw-r--r-- 14.0 KB
mioa701_wm9713.c -rw-r--r-- 7.0 KB
palm27x.c -rw-r--r-- 5.0 KB
poodle.c -rw-r--r-- 8.1 KB
pxa-ssp.c -rw-r--r-- 19.5 KB
pxa-ssp.h -rw-r--r-- 1.0 KB
pxa2xx-ac97.c -rw-r--r-- 6.7 KB
pxa2xx-ac97.h -rw-r--r-- 474 bytes
pxa2xx-i2s.c -rw-r--r-- 9.7 KB
pxa2xx-i2s.h -rw-r--r-- 382 bytes
pxa2xx-pcm.c -rw-r--r-- 3.7 KB
raumfeld.c -rw-r--r-- 7.9 KB
saarb.c -rw-r--r-- 5.1 KB
spitz.c -rw-r--r-- 9.4 KB
tavorevb3.c -rw-r--r-- 5.2 KB
tosa.c -rw-r--r-- 7.0 KB
z2.c -rw-r--r-- 5.1 KB
zylonite.c -rw-r--r-- 6.9 KB

back to top