]> Git Repo - linux.git/commit
fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbers
authorGoldwyn Rodrigues <[email protected]>
Wed, 28 Aug 2013 23:35:21 +0000 (16:35 -0700)
committerLinus Torvalds <[email protected]>
Thu, 29 Aug 2013 02:26:38 +0000 (19:26 -0700)
commit49fa8140e487b492da24c76ac3cccad0a0ae63e4
treed1d409d22f7ac32e30db470f1c08620f449eafb3
parent6f6b8951897e487ea6f77b90ea01f70a9c363770
fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbers

While using pacemaker/corosync, the node numbers are generated using IP
address as opposed to serial node number generation.  This may not fit
in a 8-byte string.  Use a bigger string to print the complete node
number.

Signed-off-by: Goldwyn Rodrigues <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/super.c
This page took 0.053424 seconds and 4 git commands to generate.