Interim solution for attribute insertion failure during file creation due to
ENOSPC. The current solution removes the inode when the attribute insertion
fails. Long term solution would be to make the inode creation and attribute
insertion atomic.
Date: Tue Jan 24 12:38:10 PST 2006
Workarea: attica.americas.sgi.com:/data/lwork/attica3/yingping/xfs-kern
Inspected by: tes
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/xfs-kern/xfs-linux
Modid: xfs-linux:xfs-kern:205193a
linux-2.6/xfs_iops.c - 1.237 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_iops.c.diff?r1=text&tr1=1.237&r2=text&tr2=1.236&f=h
- Add a cleanup code to handle the failure in attribute insertion due
to ENOSPC.
|