patch-2.4.25 linux-2.4.25/fs/jfs/xattr.c
Next file: linux-2.4.25/fs/lockd/clntlock.c
Previous file: linux-2.4.25/fs/jfs/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/fs/jfs/xattr.c
- Orig date:
2003-11-28 10:26:21.000000000 -0800
diff -urN linux-2.4.24/fs/jfs/xattr.c linux-2.4.25/fs/jfs/xattr.c
@@ -499,7 +499,7 @@
if (ea_buf->xattr == NULL)
return -ENOMEM;
- ea_buf->flag |= EA_MALLOC;
+ ea_buf->flag = EA_MALLOC;
ea_buf->max_size = (size + sb->s_blocksize - 1) &
~(sb->s_blocksize - 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)