diff --git a/[refs] b/[refs] index d9e6c43cde18..72d5964b16d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97e1cfb08616987878f91a46cefdd7fc5fa3dba1 +refs/heads/master: 5c89468c12899b84886cb47eec93f0c88e0f896a diff --git a/trunk/fs/udf/file.c b/trunk/fs/udf/file.c index 0ed6e146a0d9..eb91f3b70320 100644 --- a/trunk/fs/udf/file.c +++ b/trunk/fs/udf/file.c @@ -211,6 +211,7 @@ const struct file_operations udf_file_operations = { .release = udf_release_file, .fsync = udf_fsync_file, .splice_read = generic_file_splice_read, + .llseek = generic_file_llseek, }; const struct inode_operations udf_file_inode_operations = {