]> git.baikalelectronics.ru Git - kernel.git/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)
commit6935f8e7510634ff4d646a536451a3453fe3d18b
tree1df591642326d01aae4ffbc9aa7103b9fe2895ee
parent9f86c3427f4e5f86494e8c5c316b42436f28bb31
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 d47d6ca3ee06 ("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