commit | 880fe76ee6f38eda82e9f3de9a7a206dfd1bab9d | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Thu Apr 02 16:57:18 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 02 19:04:53 2009 -0700 |
tree | b5f5d085e73bdf352a9878e622d151f98bac6607 | |
parent | 695f6ae0dcea3dd83bfbb9634ff067f780649ba8 [diff] |
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>