commit | bc077320f8f6449197f4010d6774afab7bb998b2 | [log] [tgz] |
---|---|---|
author | Marco Stornelli <marco.stornelli@gmail.com> | Sat Oct 20 12:02:59 2012 +0200 |
committer | Richard Weinberger <richard@nod.at> | Mon Mar 11 10:08:02 2013 +0100 |
tree | defc2beee29ff4320d5af6000b29b6056b3dd741 | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 [diff] |
hostfs: fix a not needed double check With the commit 3be2be0a32c18b0fd6d623cda63174a332ca0de1 we removed vmtruncate, but actaully there is no need to call inode_newsize_ok() because the checks are already done in inode_change_ok() at the begin of the function. Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>