Avoid inode generation 0, it's used as wildcard by NFSD
Date: Wed Dec 1 08:03:30 PST 2004
Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x
Inspected by: tes,nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs
Modid: xfs-linux:xfs-kern:183616a
fs/xfs/xfs_ialloc.c - 1.176
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc.c.diff?r1=text&tr1=1.176&r2=text&tr2=1.175&f=h
- start with di_gen = 1 for newly allocated inode clusters
fs/xfs/xfs_inode.c - 1.407
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.407&r2=text&tr2=1.406&f=h
- make sure we skip inode generation 0 in both xfs_ifree (wraparound)
and xfs_iread (old inodes on disk)
|