]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/afs/file.c
r8169: add a new 8168cp flavor
[linux-2.6-omap-h63xx.git] / fs / afs / file.c
index aede7eb66dd4f970a74021b41487a5a0a70c0616..525f7c56e068d877e95dedea3a15dafc116fdb41 100644 (file)
@@ -34,6 +34,8 @@ const struct file_operations afs_file_operations = {
        .mmap           = generic_file_readonly_mmap,
        .splice_read    = generic_file_splice_read,
        .fsync          = afs_fsync,
+       .lock           = afs_lock,
+       .flock          = afs_flock,
 };
 
 const struct inode_operations afs_file_inode_operations = {