From: Al Viro Date: Tue, 21 Apr 2009 03:29:41 +0000 (-0400) Subject: reiserfs: fix j_last_flush_trans_id type X-Git-Tag: v2.6.30-rc3~35^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9208dff23af904655807672dd8235abf6ac039;p=pandora-kernel.git reiserfs: fix j_last_flush_trans_id type Conversion in commit 600ed41675d8c384519d8f0b3c76afed39ef2f4b had missed that one, but converted format from %lu to %u. As the result, /proc/..../journal got buggered on 64bit boxen. Signed-off-by: Al Viro --- Reading git-diff-tree failed