[CIFS] Finish up of case-insensitive dentry handling for cifs. This
[safe/jmp/linux-2.6] / fs / cifs / cifsfs.h
index d5fb344..bb3404a 100644 (file)
@@ -81,6 +81,7 @@ extern int cifs_dir_notify(struct file *, unsigned long arg);
 
 /* Functions related to dir entries */
 extern struct dentry_operations cifs_dentry_ops;
+extern struct dentry_operations cifs_ci_dentry_ops;
 
 /* Functions related to symlinks */
 extern void *cifs_follow_link(struct dentry *direntry, struct nameidata *nd);