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:
@@ -2374,8 +2374,7 @@ relock:
|
||||
/* communicate with ocfs2_dio_end_io */
|
||||
ocfs2_iocb_set_rw_locked(iocb, rw_level);
|
||||
|
||||
ret = generic_write_checks(file, ppos, &count,
|
||||
S_ISBLK(inode->i_mode));
|
||||
ret = generic_write_checks(file, ppos, &count);
|
||||
if (ret)
|
||||
goto out_dio;
|
||||
|
||||
|
Reference in New Issue
Block a user