Date: Fri Dec 16 04:47:19 PST 2005
Workarea: naboo.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x
Inspected by: tarbaby
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs
Modid: xfs-linux:xfs-kern:203831a
fs/xfs/linux-2.6/xfs_buf.h - 1.112 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.h.diff?r1=text&tr1=1.112&r2=text&tr2=1.111&f=h
- bt_flags needs to be unsigned long because it's operated on with
bitops
fs/xfs/linux-2.6/xfs_buf.c - 1.216 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.216&r2=text&tr2=1.215&f=h
- remove superflous memory barriers, use list_for_each_entry instead of
the _save variant
|