Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove trim_fs method from Documentation/filesystems/Locking

The ->trim_fs has been removed meanwhile, so remove it from the documentation
as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Christoph Hellwig and committed by
Linus Torvalds
8a87694e 989d873f

-2
-2
Documentation/filesystems/Locking
··· 115 115 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); 116 116 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); 117 117 int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t); 118 - int (*trim_fs) (struct super_block *, struct fstrim_range *); 119 118 120 119 locking rules: 121 120 All may block [not true, see below] ··· 137 138 quota_read: no (see below) 138 139 quota_write: no (see below) 139 140 bdev_try_to_free_page: no (see below) 140 - trim_fs: no 141 141 142 142 ->statfs() has s_umount (shared) when called by ustat(2) (native or 143 143 compat), but that's an accident of bad API; s_umount is used to pin