X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fqnx4%2Fdir.c;h=6e8fc62b40a8c4142351ebc5c23a958c9d9b412e;hb=76962be8491b18ae7ff4fd6a4accd398bdb402a2;hp=6f30c3d5bcbfbfe5923f3cccc3223c9c4d3bba68;hpb=3a999e6eb5d277cd6a321dcda3fc43c3d9e4e4b8;p=pandora-kernel.git diff --git a/fs/qnx4/dir.c b/fs/qnx4/dir.c index 6f30c3d5bcbf..6e8fc62b40a8 100644 --- a/fs/qnx4/dir.c +++ b/fs/qnx4/dir.c @@ -77,9 +77,10 @@ out: const struct file_operations qnx4_dir_operations = { + .llseek = generic_file_llseek, .read = generic_read_dir, .readdir = qnx4_readdir, - .fsync = simple_fsync, + .fsync = generic_file_fsync, }; const struct inode_operations qnx4_dir_inode_operations =