Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242359
b: refs/heads/master
c: 5c2ed62
h: refs/heads/master
i:
  242357: f8960c1
  242355: 9cf5a1b
  242351: 8c06d9c
v: v3
  • Loading branch information
Lukas Czerner authored and Theodore Ts'o committed Feb 23, 2011
1 parent 648cbb6 commit 8079f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4143179218960a70d821a425e3c23ce44aa93dee
refs/heads/master: 5c2ed62fd447e2c696e222dcf71d1322bbbc58d4
2 changes: 2 additions & 0 deletions trunk/fs/ext4/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
sizeof(range)))
return -EFAULT;

range.minlen = max((unsigned int)range.minlen,
q->limits.discard_granularity);
ret = ext4_trim_fs(sb, &range);
if (ret < 0)
return ret;
Expand Down

0 comments on commit 8079f13

Please sign in to comment.