diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-12-18 16:22:30 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-13 02:02:34 +0100 |
commit | c8aebb0c9f8c7471643d5f8ba68328de8013005f (patch) | |
tree | fae492892b9eecaf9c42632dd1203102cc69365a /include | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
download | linux-c8aebb0c9f8c7471643d5f8ba68328de8013005f.tar.xz linux-c8aebb0c9f8c7471643d5f8ba68328de8013005f.zip |
per-superblock default ->d_op
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
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); |