mm: do_generic_file_read() never gets a NULL 'filp' argument
authorKrishna Kumar <krkumar2@in.ibm.com>
Thu, 16 Oct 2008 05:01:13 +0000 (22:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:29 +0000 (11:21 -0700)
commit0c6aa2639ea83bfb7f91d72118bad70b3f60012a
tree7ed277716200bdd949491aad355a2edf6d0864f3
parentb4d1d99fdd8b98fb03dfd6ef9b0ece220de38640
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>
mm/filemap.c