X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=fs%2Fext4%2Fnamei.c;fp=fs%2Fext4%2Fnamei.c;h=680fc3211cbfcc21f958c8a3e8abc0be068b36d3;hp=610cb0636ee72aed2fa206110dc4ed7635a3ff75;hb=666245d9a436d9b98c975ca19d0a707d600d8666;hpb=3088e5a5153cda27ec26461e5edf2821e15e802c diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 610cb0636ee7..680fc3211cbf 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -2234,10 +2234,10 @@ static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, retval = ext4_handle_dirty_dx_node(handle, dir, frame->bh); if (retval) - goto out_frames; + goto out_frames; retval = ext4_handle_dirty_dirblock(handle, dir, bh2); if (retval) - goto out_frames; + goto out_frames; de = do_split(handle,dir, &bh2, frame, &fname->hinfo); if (IS_ERR(de)) { @@ -3469,7 +3469,7 @@ static int ext4_symlink(struct user_namespace *mnt_userns, struct inode *dir, * for transaction commit if we are running out of space * and thus we deadlock. So we have to stop transaction now * and restart it when symlink contents is written. - * + * * To keep fs consistent in case of crash, we have to put inode * to orphan list in the mean time. */