hpfs: add fstrim support
This patch adds support for fstrim to the HPFS filesystem. Signed-off-by: Mikulas Patocka <mikulas@twibright.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
9abea2d64c
commit
a27b5b97d6
@@ -203,6 +203,7 @@ const struct file_operations hpfs_file_ops =
|
||||
.release = hpfs_file_release,
|
||||
.fsync = hpfs_file_fsync,
|
||||
.splice_read = generic_file_splice_read,
|
||||
.unlocked_ioctl = hpfs_ioctl,
|
||||
};
|
||||
|
||||
const struct inode_operations hpfs_file_iops =
|
||||
|
Reference in New Issue
Block a user