Searched hist:"57 e3e7971136003c96766346049aa73b82cab079" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | resize.c | diff 57e3e7971136003c96766346049aa73b82cab079 Thu Nov 13 16:49:13 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Consolidate validation of group descriptors.
Currently the validation of group descriptors is directly duplicated so that one version can error the filesystem and the other (resize) can just report the problem. Consolidate to one function that takes a boolean. Wrap that function with the old call for the old users.
This is in preparation for lifting the read+validate step into a single function.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | suballoc.h | diff 57e3e7971136003c96766346049aa73b82cab079 Thu Nov 13 16:49:13 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Consolidate validation of group descriptors.
Currently the validation of group descriptors is directly duplicated so that one version can error the filesystem and the other (resize) can just report the problem. Consolidate to one function that takes a boolean. Wrap that function with the old call for the old users.
This is in preparation for lifting the read+validate step into a single function.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | suballoc.c | diff 57e3e7971136003c96766346049aa73b82cab079 Thu Nov 13 16:49:13 CST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Consolidate validation of group descriptors.
Currently the validation of group descriptors is directly duplicated so that one version can error the filesystem and the other (resize) can just report the problem. Consolidate to one function that takes a boolean. Wrap that function with the old call for the old users.
This is in preparation for lifting the read+validate step into a single function.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|