diff options
Diffstat (limited to 'fs/ocfs2/file.c')
-rw-r--r-- | fs/ocfs2/file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 6fff128cad16..f42eecef6478 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
@@ -1869,7 +1869,8 @@ static int __ocfs2_change_file_space(struct file *file, struct inode *inode, | |||
1869 | } | 1869 | } |
1870 | size = sr->l_start + sr->l_len; | 1870 | size = sr->l_start + sr->l_len; |
1871 | 1871 | ||
1872 | if (cmd == OCFS2_IOC_RESVSP || cmd == OCFS2_IOC_RESVSP64) { | 1872 | if (cmd == OCFS2_IOC_RESVSP || cmd == OCFS2_IOC_RESVSP64 || |
1873 | cmd == OCFS2_IOC_UNRESVSP || cmd == OCFS2_IOC_UNRESVSP64) { | ||
1873 | if (sr->l_len <= 0) { | 1874 | if (sr->l_len <= 0) { |
1874 | ret = -EINVAL; | 1875 | ret = -EINVAL; |
1875 | goto out_inode_unlock; | 1876 | goto out_inode_unlock; |