diff options
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index aac403085be..ccc4cdb1efe 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -2115,7 +2115,7 @@ static inline void nfs_initialise_sb(struct super_block *sb) | |||
2115 | 2115 | ||
2116 | /* We probably want something more informative here */ | 2116 | /* We probably want something more informative here */ |
2117 | snprintf(sb->s_id, sizeof(sb->s_id), | 2117 | snprintf(sb->s_id, sizeof(sb->s_id), |
2118 | "%x:%x", MAJOR(sb->s_dev), MINOR(sb->s_dev)); | 2118 | "%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev)); |
2119 | 2119 | ||
2120 | if (sb->s_blocksize == 0) | 2120 | if (sb->s_blocksize == 0) |
2121 | sb->s_blocksize = nfs_block_bits(server->wsize, | 2121 | sb->s_blocksize = nfs_block_bits(server->wsize, |