Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
[linux-drm-fsl-dcu.git] / include / linux / exportfs.h
index 0e14525463005cb1c18f0622862103449578e0df..5b9b5b317180ceff7ac1d3d31e639e66c2f9b80f 100644 (file)
@@ -182,6 +182,8 @@ struct export_operations {
        int (*commit_metadata)(struct inode *inode);
 };
 
+extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid,
+                                   int *max_len, struct inode *parent);
 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
        int *max_len, int connectable);
 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,