diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-12-18 10:22:30 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:02:34 -0500 |
commit | c8aebb0c9f8c7471643d5f8ba68328de8013005f (patch) | |
tree | fae492892b9eecaf9c42632dd1203102cc69365a /include | |
parent | 4162cf64973df51fc885825bc9ca4d055891c49f (diff) |
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); |