diff options
| author | Christoph Hellwig <hch@lst.de> | 2011-01-04 01:14:24 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-04 14:01:09 -0500 |
| commit | 8a87694ed159d7abd2c9ed657416696c05db2252 (patch) | |
| tree | 90c28dd15ad2386d454156f91ee25801ff97f0d2 /Documentation/filesystems/Locking | |
| parent | 989d873fc5b6a96695b97738dea8d9f02a60f8ab (diff) | |
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>
Diffstat (limited to 'Documentation/filesystems/Locking')
| -rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 7686e7684495..33fa3e5d38fd 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
| @@ -115,7 +115,6 @@ prototypes: | |||
| 115 | ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); | 115 | ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); |
| 116 | ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); | 116 | ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); |
| 117 | int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t); | 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 | locking rules: | 119 | locking rules: |
| 121 | All may block [not true, see below] | 120 | All may block [not true, see below] |
| @@ -138,7 +137,6 @@ show_options: no (namespace_sem) | |||
| 138 | quota_read: no (see below) | 137 | quota_read: no (see below) |
| 139 | quota_write: no (see below) | 138 | quota_write: no (see below) |
| 140 | bdev_try_to_free_page: no (see below) | 139 | bdev_try_to_free_page: no (see below) |
| 141 | trim_fs: no | ||
| 142 | 140 | ||
| 143 | ->statfs() has s_umount (shared) when called by ustat(2) (native or | 141 | ->statfs() has s_umount (shared) when called by ustat(2) (native or |
| 144 | compat), but that's an accident of bad API; s_umount is used to pin | 142 | compat), but that's an accident of bad API; s_umount is used to pin |
