]> err.no Git - linux-2.6/blobdiff - fs/reiserfs/file.c
[PATCH] Allow raw_notifier callouts to unregister themselves
[linux-2.6] / fs / reiserfs / file.c
index 010094d14da678fce192938a77e3e903a245bd09..cf6e1cf4035154cbad95536dee19944eff81812f 100644 (file)
@@ -1576,6 +1576,8 @@ const struct file_operations reiserfs_file_operations = {
        .sendfile = generic_file_sendfile,
        .aio_read = generic_file_aio_read,
        .aio_write = reiserfs_aio_write,
+       .splice_read = generic_file_splice_read,
+       .splice_write = generic_file_splice_write,
 };
 
 struct inode_operations reiserfs_file_inode_operations = {