NFS: Split out NFS v4 inode operations
[linux-2.6-block.git] / fs / nfs / nfs4_fs.h
index 3696ca7f5f4d40a8b812a83fbbb39ec6fd347c8b..e2c4c72d3866dd37f575874535c836235abd7ead 100644 (file)
@@ -200,7 +200,10 @@ struct nfs4_state_maintenance_ops {
 };
 
 extern const struct dentry_operations nfs4_dentry_operations;
-extern const struct inode_operations nfs4_dir_inode_operations;
+
+/* dir.c */
+int nfs_atomic_open(struct inode *, struct dentry *, struct file *,
+                   unsigned, umode_t, int *);
 
 /* write.c */
 int nfs4_write_inode(struct inode *, struct writeback_control *);