]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ufs_trunc_indirect(): pass the index of the first pointer to free
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Jun 2015 05:54:58 +0000 (01:54 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:34 +0000 (17:39 -0400)
commit6ac36b8777d934e3cd7eb0f023a5043d5c03b00c
tree343b75bbfbf0ffdb731ce618d881fbbeac380515
parent18ca51d8211065f10672374336cd08d495968c73
ufs_trunc_indirect(): pass the index of the first pointer to free

... instead of file offset.  Same cleanups as in the tindirect
conversion in previous commit.

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