Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253707
b: refs/heads/master
c: 2e41ae2
h: refs/heads/master
i:
  253705: 8b7211b
  253703: 790ca16
v: v3
  • Loading branch information
David Howells authored and Al Viro committed Jun 16, 2011
1 parent 7a74af1 commit 2c14f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9f07b6c1372b1436aa6b45333445b443ffd8c95
refs/heads/master: 2e41ae225f742ded5b7d9847cd8bd605f27daba8
1 change: 1 addition & 0 deletions trunk/fs/afs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ static int afs_fill_super(struct super_block *sb,
sb->s_magic = AFS_FS_MAGIC;
sb->s_op = &afs_super_ops;
sb->s_bdi = &as->volume->bdi;
strlcpy(sb->s_id, as->volume->vlocation->vldb.name, sizeof(sb->s_id));

/* allocate the root inode and dentry */
fid.vid = as->volume->vid;
Expand Down

0 comments on commit 2c14f43

Please sign in to comment.