aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-12-18 10:22:30 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2011-01-12 20:02:34 -0500
commitc8aebb0c9f8c7471643d5f8ba68328de8013005f (patch)
treefae492892b9eecaf9c42632dd1203102cc69365a /include/linux/fs.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadlinux-dev-c8aebb0c9f8c7471643d5f8ba68328de8013005f.tar.xz
linux-dev-c8aebb0c9f8c7471643d5f8ba68328de8013005f.zip
per-superblock default ->d_op
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f84d9928bdb1..3e4c27486e74 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1423,6 +1423,7 @@ struct super_block {
* generic_show_options()
*/
char __rcu *s_options;
+ const struct dentry_operations *s_d_op; /* default d_op for dentries */
};
extern struct timespec current_fs_time(struct super_block *sb);