]> git.karo-electronics.de Git - linux-beck.git/commit
ufs_trunc_..indirect(): more massage towards unifying
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 18 Jun 2015 18:55:50 +0000 (14:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:38 +0000 (17:39 -0400)
commit6775e24d9ccf6a48ebd1d31ca77db5ebfe00ce43
tree55ec87daf1af1282f389f8481d9cc0431180c3a1
parent85416288bf730cffb61ab6ce8a7b97b17c73458f
ufs_trunc_..indirect(): more massage towards unifying

Instead of manually checking that the array contains only zeroes,
find the position of the last non-zero (in __ufs_truncate(), where
we can conveniently do that) and use that to tell if there's
any non-zero in the array tail passed to ufs_trunc_...indirect().

The goal of all that clumsiness is to get fold these functions
together.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/inode.c