search for: ext3_append

Displaying 1 result from an estimated 1 matches for "ext3_append".

2005 Dec 01
0
Errors reported by Coverity in ext3.
...e of ext3_journal_get_write_access() in various places. I would like to know if there should be error handling in these cases. The places where the return value is not checked are(in the current kernel version): fs/ext3/inode.c ext3_clear_blocks 1829 fs/ext3/namei.c ext3_append 63 fs/ext3/namei.c ext3_delete_entry 1585 fs/ext3/namei.c ext3_mkdir 1745 fs/ext3/namei.c ext3_rename 2273 fs/ext3/namei.c ext3_rename 2328 I have attached the full text of er...