Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[sfrench/cifs-2.6.git] / fs / nfs / export.c
index 0a5ee1754d50dd31cf07d5171599daedb0c877f9..d6a6d1ebb8fd0b1081a7509631de2a19591c0e85 100644 (file)
@@ -145,17 +145,10 @@ out:
        return parent;
 }
 
-static u64 nfs_fetch_iversion(struct inode *inode)
-{
-       nfs_revalidate_inode(inode, NFS_INO_INVALID_CHANGE);
-       return inode_peek_iversion_raw(inode);
-}
-
 const struct export_operations nfs_export_ops = {
        .encode_fh = nfs_encode_fh,
        .fh_to_dentry = nfs_fh_to_dentry,
        .get_parent = nfs_get_parent,
-       .fetch_iversion = nfs_fetch_iversion,
        .flags = EXPORT_OP_NOWCC|EXPORT_OP_NOSUBTREECHK|
                EXPORT_OP_CLOSE_BEFORE_UNLINK|EXPORT_OP_REMOTE_FS|
                EXPORT_OP_NOATOMIC_ATTR,