generic_write_checks(): drop isblk argument

all remaining callers are passing 0; some just obscure that fact.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2015-04-04 04:05:48 -04:00
parent 7ec7b94a33
commit 0fa6b005af
14 changed files with 36 additions and 60 deletions

View File

@@ -171,7 +171,7 @@ ext4_file_write_iter(struct kiocb *iocb, struct iov_iter *from)
}
}
ret = generic_write_checks(file, &iocb->ki_pos, &length, 0);
ret = generic_write_checks(file, &iocb->ki_pos, &length);
if (ret)
goto out;