]> Git Repo - linux.git/blobdiff - fs/fat/file.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux.git] / fs / fat / file.c
index 13935ee99e1e53038f458e257d48f11cc7426591..b3bed32946b1d862de5e6f5e42eff37f83f7df9b 100644 (file)
@@ -214,6 +214,7 @@ const struct file_operations fat_file_operations = {
 #endif
        .fsync          = fat_file_fsync,
        .splice_read    = generic_file_splice_read,
+       .splice_write   = iter_file_splice_write,
        .fallocate      = fat_fallocate,
 };
 
This page took 0.025647 seconds and 4 git commands to generate.