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
delay.txt -rw-r--r-- 694 bytes
dm-crypt.txt -rw-r--r-- 2.5 KB
dm-flakey.txt -rw-r--r-- 1.9 KB
dm-io.txt -rw-r--r-- 3.2 KB
dm-log.txt -rw-r--r-- 2.3 KB
dm-queue-length.txt -rw-r--r-- 1.2 KB
dm-raid.txt -rw-r--r-- 4.0 KB
dm-service-time.txt -rw-r--r-- 3.2 KB
dm-uevent.txt -rw-r--r-- 2.6 KB
kcopyd.txt -rw-r--r-- 1.9 KB
linear.txt -rw-r--r-- 1.4 KB
persistent-data.txt -rw-r--r-- 2.9 KB
snapshot.txt -rw-r--r-- 6.4 KB
striped.txt -rw-r--r-- 1.8 KB
thin-provisioning.txt -rw-r--r-- 10.9 KB
verity.txt -rw-r--r-- 6.7 KB
zero.txt -rw-r--r-- 1.6 KB

back to top