The patch titled seq_file-properly-cope-with-pread fix has been removed from the -mm tree. Its filename was seq_file-properly-cope-with-pread-fix.patch This patch was dropped because it was folded into seq_file-properly-cope-with-pread.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: seq_file-properly-cope-with-pread fix From: Paul Turner <pjt@xxxxxxxxxx> seq_open needs its fmode opened up to take advantage of this Acked-by: Eric Biederman <ebiederm@xxxxxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/seq_file.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/seq_file.c~seq_file-properly-cope-with-pread-fix fs/seq_file.c --- a/fs/seq_file.c~seq_file-properly-cope-with-pread-fix +++ a/fs/seq_file.c @@ -48,8 +48,6 @@ int seq_open(struct file *file, const st */ file->f_version = 0; - /* SEQ files support lseek, but not pread/pwrite */ - file->f_mode &= ~(FMODE_PREAD | FMODE_PWRITE); return 0; } EXPORT_SYMBOL(seq_open); _ Patches currently in -mm which might be from pjt@xxxxxxxxxx are seq_file-move-traverse-so-it-can-be-used-from-seq_read.patch seq_file-properly-cope-with-pread.patch seq_file-properly-cope-with-pread-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html