On 06/20/2013 02:17 PM, Junxiao Bi wrote:

> free space checking will be done in ocfs2_xattr_ibody_init().
> So remove here.
> 
> Signed-off-by: Junxiao Bi <junxiao...@oracle.com>

Reviewed-by: Jie Liu <jeff....@oracle.com>

> ---
>  fs/ocfs2/xattr.c |    7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
> index 3bb0708..7de1a78 100644
> --- a/fs/ocfs2/xattr.c
> +++ b/fs/ocfs2/xattr.c
> @@ -2759,13 +2759,6 @@ static int ocfs2_xattr_ibody_set(struct inode *inode,
>  
>       down_write(&oi->ip_alloc_sem);
>       if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) {
> -             if (!ocfs2_xattr_has_space_inline(inode, di)) {
> -                     ret = -ENOSPC;
> -                     goto out;
> -             }
> -     }
> -
> -     if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) {
>               ret = ocfs2_xattr_ibody_init(inode, xs->inode_bh, ctxt);
>               if (ret) {
>                       if (ret != -ENOSPC)



_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to