Searched hist:"5 e96581a377fc6bd76e9b112da9aeb8a7ae8bf22" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.h | diff 5e96581a377fc6bd76e9b112da9aeb8a7ae8bf22 Thu Nov 13 16:49:16 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Wrap extent block reads in a dedicated function.
We weren't consistently checking extent blocks after we read them. Most places checked the signature, but none checked h_blkno or h_fs_signature. Create a toplevel ocfs2_read_extent_block() that does the read and the validation.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | extent_map.c | diff 5e96581a377fc6bd76e9b112da9aeb8a7ae8bf22 Thu Nov 13 16:49:16 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Wrap extent block reads in a dedicated function.
We weren't consistently checking extent blocks after we read them. Most places checked the signature, but none checked h_blkno or h_fs_signature. Create a toplevel ocfs2_read_extent_block() that does the read and the validation.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | ocfs2.h | diff 5e96581a377fc6bd76e9b112da9aeb8a7ae8bf22 Thu Nov 13 16:49:16 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Wrap extent block reads in a dedicated function.
We weren't consistently checking extent blocks after we read them. Most places checked the signature, but none checked h_blkno or h_fs_signature. Create a toplevel ocfs2_read_extent_block() that does the read and the validation.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | alloc.c | diff 5e96581a377fc6bd76e9b112da9aeb8a7ae8bf22 Thu Nov 13 16:49:16 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Wrap extent block reads in a dedicated function.
We weren't consistently checking extent blocks after we read them. Most places checked the signature, but none checked h_blkno or h_fs_signature. Create a toplevel ocfs2_read_extent_block() that does the read and the validation.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|