1
0
Fork 0
alistair23-linux/fs/hppfs
Roel Kluin 880fe76ee6 hppfs: hppfs_read_file() may return -ERROR
hppfs_read_file() may return (ssize_t) -ENOMEM, or -EFAULT.  When stored
in size_t 'count', these errors will not be noticed, a large value will be
added to *ppos.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-04-02 19:04:53 -07:00
..
Makefile fix hppfs Makefile breakage 2008-05-21 16:55:58 -07:00
hppfs.c hppfs: hppfs_read_file() may return -ERROR 2009-04-02 19:04:53 -07:00