mm: do_generic_file_read() never gets a NULL 'filp' argument
The 'filp' argument to do_generic_file_read() is never NULL. Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com> Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b4d1d99fdd
commit
0c6aa2639e
@@ -1186,7 +1186,6 @@ out:
|
|||||||
ra->prev_pos |= prev_offset;
|
ra->prev_pos |= prev_offset;
|
||||||
|
|
||||||
*ppos = ((loff_t)index << PAGE_CACHE_SHIFT) + offset;
|
*ppos = ((loff_t)index << PAGE_CACHE_SHIFT) + offset;
|
||||||
if (filp)
|
|
||||||
file_accessed(filp);
|
file_accessed(filp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user