Re: [PATCH] udf: add llseek method

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon 08-09-08 19:44:17, Christoph Hellwig wrote:
> UDF currently doesn't set a llseek method for regular files, which
> means it will fall back to default_llseek.  This means no one can seek
> beyond 2 Gigabytes on reiserfs, and that there's not protection vs
> the i_size updates from writers.
  Thanks. Merged after fixing typo in the changelog (reiserfs -> udf).

								Honza

> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> 
> Index: linux-2.6/fs/udf/file.c
> ===================================================================
> --- linux-2.6.orig/fs/udf/file.c	2008-09-08 19:43:05.000000000 +0200
> +++ linux-2.6/fs/udf/file.c	2008-09-08 19:43:18.000000000 +0200
> @@ -211,6 +211,7 @@ const struct file_operations udf_file_op
>  	.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 = {
-- 
Jan Kara <jack@xxxxxxx>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux