diff options
author | Jeff Layton <jlayton@kernel.org> | 2022-10-05 13:32:23 +0300 |
---|---|---|
committer | Jeff Layton <jlayton@kernel.org> | 2023-01-26 15:00:06 +0300 |
commit | 58a033c9a3e003e048a0431a296e58c6b363b02b (patch) | |
tree | 5d2a19fcb2939c3d52f51ea9ccaf8b238bcd42a1 /include/linux/exportfs.h | |
parent | 638e3e7d9493dadca16cac7ea66e7cf368d4065a (diff) | |
download | linux-58a033c9a3e003e048a0431a296e58c6b363b02b.tar.xz |
nfsd: remove fetch_iversion export operation
Now that the i_version counter is reported in struct kstat, there is no
need for this export operation.
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Diffstat (limited to 'include/linux/exportfs.h')
-rw-r--r-- | include/linux/exportfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/exportfs.h b/include/linux/exportfs.h index fe848901fcc3..9f4d4bcbf251 100644 --- a/include/linux/exportfs.h +++ b/include/linux/exportfs.h @@ -213,7 +213,6 @@ struct export_operations { bool write, u32 *device_generation); int (*commit_blocks)(struct inode *inode, struct iomap *iomaps, int nr_iomaps, struct iattr *iattr); - u64 (*fetch_iversion)(struct inode *); #define EXPORT_OP_NOWCC (0x1) /* don't collect v3 wcc data */ #define EXPORT_OP_NOSUBTREECHK (0x2) /* no subtree checking */ #define EXPORT_OP_CLOSE_BEFORE_UNLINK (0x4) /* close files before unlink */ |