提交 86f1ca38 编写于 作者: T Theodore Ts'o

ext4: use EINVAL if not a regular file in ext4_collapse_range()

Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
上级 6c5e73d3
......@@ -5404,7 +5404,7 @@ int ext4_collapse_range(struct inode *inode, loff_t offset, loff_t len)
return -EINVAL;
if (!S_ISREG(inode->i_mode))
return -EOPNOTSUPP;
return -EINVAL;
trace_ext4_collapse_range(inode, offset, len);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册