mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
staging: lustre: lclient: glimpse.c fixing coding style issues
fixed "WARNING: labels should not be indented" Signed-off-by: Anil Belur <askb23@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df47bd43f7
commit
641cff7773
|
|
@ -204,7 +204,7 @@ int cl_glimpse_size0(struct inode *inode, int agl)
|
|||
|
||||
result = cl_io_get(inode, &env, &io, &refcheck);
|
||||
if (result > 0) {
|
||||
again:
|
||||
again:
|
||||
io->ci_verify_layout = 1;
|
||||
result = cl_io_init(env, io, CIT_MISC, io->ci_obj);
|
||||
if (result > 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user