Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294581
b: refs/heads/master
c: 5a7c9ee
h: refs/heads/master
i:
  294579: abe5fd6
v: v3
  • Loading branch information
Vivek Trivedi authored and Trond Myklebust committed Mar 21, 2012
1 parent 09e9cf1 commit 58ae7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b78145c0f280d4f01c460d6251eab2584181fa9
refs/heads/master: 5a7c9eec9fde1da0e3adf0a4ddb64ff2a324a492
2 changes: 1 addition & 1 deletion trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ static inline void nfs_initialise_sb(struct super_block *sb)

/* We probably want something more informative here */
snprintf(sb->s_id, sizeof(sb->s_id),
"%x:%x", MAJOR(sb->s_dev), MINOR(sb->s_dev));
"%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev));

if (sb->s_blocksize == 0)
sb->s_blocksize = nfs_block_bits(server->wsize,
Expand Down

0 comments on commit 58ae7a2

Please sign in to comment.