]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: remove division from new statfs code
authorBenjamin Marzinski <bmarzins@redhat.com>
Mon, 26 Oct 2009 18:29:47 +0000 (13:29 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 3 Dec 2009 11:55:32 +0000 (11:55 +0000)
commit9b94ea8e4a2028e67d08085a5bebd01018b59f80
tree74c198fe29824440a8fd52463fe9f326718da7cd
parent71261226c486b073df4fe65e98ebd554c94c5a35
GFS2: remove division from new statfs code

It's not necessary to do any 64bit division for the statfs sync code, so
remove it.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/super.c