]> Pileus Git - ~andy/linux/commit
fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Tue, 24 Sep 2013 22:27:32 +0000 (15:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Sep 2013 00:00:25 +0000 (17:00 -0700)
commit99d7a8824a15cb6da046947e9b5a2335d52fbeb7
tree1df591642326d01aae4ffbc9aa7103b9fe2895ee
parent9809b18fcf6b8d8ec4d3643677345907e6b50eca
fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume

While printing 32-bit node numbers, an 8-byte string is not enough.
Increase the size of the string to 12 chars.

This got left out in commit 49fa8140e487 ("fs/ocfs2/super.c: Use bigger
nodestr to accomodate 32-bit node numbers").

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/super.c