diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:04:20 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:04:20 -0500 |
commit | d61dcce2977d9abe855a5fe3570a81242209c23b (patch) | |
tree | 886d90b1a02222a0e61860d54ab4eab7400c463e /fs/afs/super.c | |
parent | 32c419d95f3d1da891ab9bd032a214ee05b94ed4 (diff) |
switch afs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/afs/super.c')
-rw-r--r-- | fs/afs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/super.c b/fs/afs/super.c index f901a9d7c111..fb240e8766d6 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -336,6 +336,7 @@ static int afs_fill_super(struct super_block *sb, void *data) if (!root) goto error; + sb->s_d_op = &afs_fs_dentry_operations; sb->s_root = root; _leave(" = 0"); |