Up to [Development] / linux-2.6-xfs / fs / xfs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.60 / (download) - annotate - [select for diffs], Fri Sep 23 03:49:52 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.59: +0 -2156
lines
Diff to previous 1.59 (colored)
Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. Merge of xfs-linux-melb:xfs-kern:23902a by kenmcd.
Revision 1.59 / (download) - annotate - [select for diffs], Fri Sep 16 15:10:21 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.58: +16 -1
lines
Diff to previous 1.58 (colored)
Ondisk format extension for extended attributes (attr2). Basically, the data/attr forks now grow up/down from either end of the literal area, rather than dividing the literal area into two chunks and growing both upward. Means we can now make much more efficient use of the attribute space, incl. fitting DMF attributes inline in 256 byte inodes, and large jumps in dbench3 performance numbers. It is self enabling, but can be forced on/off via the attr2/noattr2 mount options. Merge of xfs-linux-melb:xfs-kern:23835a by kenmcd.
Revision 1.58 / (download) - annotate - [select for diffs], Fri Sep 16 15:09:30 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.57: +0 -0
lines
Diff to previous 1.57 (colored)
Ondisk format extension for extended attributes (attr2). Basically, the data/attr forks now grow up/down from either end of the literal area, rather than dividing the literal area into two chunks and growing both upward. Means we can now make much more efficient use of the attribute space, incl. fitting DMF attributes inline in 256 byte inodes, and large jumps in dbench3 performance numbers. It is self enabling, but can be forced on/off via the attr2/noattr2 mount options. Merge of xfs-linux-melb:xfs-kern:23834a by kenmcd.
Revision 1.57 / (download) - annotate - [select for diffs], Tue Jun 7 14:39:14 2005 UTC (12 years, 4 months ago) by hch
Branch: MAIN
Changes since 1.56: +5 -0
lines
Diff to previous 1.56 (colored)
add XFS_INOBT_IS_FREE_DISK add a variant of XFS_INOBT_IS_FREE that works with on disk structures
Revision 1.56 / (download) - annotate - [select for diffs], Wed Jan 12 22:38:29 2005 UTC (12 years, 9 months ago) by hch
Branch: MAIN
Changes since 1.55: +32 -141
lines
Diff to previous 1.55 (colored)
Stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere
Revision 1.55 / (download) - annotate - [select for diffs], Tue Mar 30 04:49:15 2004 UTC (13 years, 6 months ago) by tes
Branch: MAIN
Changes since 1.54: +0 -8
lines
Diff to previous 1.54 (colored)
remove xlog_btolrbb() which has changed and is only needed in one place.
Revision 1.54 / (download) - annotate - [select for diffs], Wed Mar 17 21:30:09 2004 UTC (13 years, 7 months ago) by overby
Branch: MAIN
Changes since 1.53: +9 -0
lines
Diff to previous 1.53 (colored)
Support stubs for the 'more bits' superblock feature bit.
Revision 1.53 / (download) - annotate - [select for diffs], Thu Jan 22 21:46:51 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.52: +0 -24
lines
Diff to previous 1.52 (colored)
Undoes mod: xfs-linux:xfs-kern:165258a Fix builds for various combinations of debug options.
Revision 1.52 / (download) - annotate - [select for diffs], Fri Jun 27 18:04:26 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
Changes since 1.51: +2268 -0
lines
Diff to previous 1.51 (colored)
The Big Move linux/fs/xfs/xfs_macros.c 1.50 Renamed to xfs_macros.c
Revision 1.51 / (download) - annotate - [select for diffs], Fri Jun 27 17:57:21 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
CVS Tags: DENUKE
Changes since 1.50: +0 -2268
lines
Diff to previous 1.50 (colored)
Nuke
Revision 1.50 / (download) - annotate - [select for diffs], Thu May 1 16:22:06 2003 UTC (14 years, 5 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.49: +34 -2
lines
Diff to previous 1.49 (colored)
Rework the way xfs includes xfs_<blah>.h headers. This reduces a lot of the compile dependenciesÂ, and should reduce some of the "recompile all" situations.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Apr 15 23:16:46 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.48 / (download) - annotate - [select for diffs], Wed Mar 12 03:33:01 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.47: +9 -1
lines
Diff to previous 1.47 (colored)
Next step in bhv code cleanup - this is a start on moving quota and dmapi into behavior layers, purging several points where these sit slap bang in the middle of XFS code (esp. read_super). Also removes numerous #ifdef's and a bunch of unused #define's from all over the place. More to come.
Revision 1.47 / (download) - annotate - [select for diffs], Mon Dec 2 05:53:26 2002 UTC (14 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.46: +8 -0
lines
Diff to previous 1.46 (colored)
Sector size updates - macros for calculating address/size of sector-sized data structures (sb,agf,agi,agfl) are now sector size aware. Cleaned up the early mount code dealing with log devices and logsectsize. Macros for calculating address/size of sector-sized data structures (sb,agf,agi,agfl) are now sector size aware.
Revision 1.46 / (download) - annotate - [select for diffs], Mon Oct 21 05:23:40 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.45: +0 -8
lines
Diff to previous 1.45 (colored)
Fix xfs_da_node_split handling of dir/attr buffers for filesystems built with a directory block size larger than the filesystem (and hence attr) blocksize. This does not affect filesystems built with default mkfs.xfs parameters, and only hits when a large number of attributes are set on an inode. Fix a problem in the dabuf (dir/attr buffer) layer which deals with calculating when a block should be split in two. Previously there was only one constant used in the test. When V2 directories have a block size larger than the fs block size, the constant is too large for extended attributes. So, replace this constant with two, and make the dabuf code use the correct one based upon being used for attributes or directories.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Sep 20 08:20:25 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.44: +8 -0
lines
Diff to previous 1.44 (colored)
Undoes mod: 2.4.x-xfs:slinx:127949a Undo extended attribute/directory block splitting change.
Revision 1.44 / (download) - annotate - [select for diffs], Fri Sep 20 05:03:21 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.43: +0 -8
lines
Diff to previous 1.43 (colored)
Fix xfs_da_node_split handling of dir/attr buffers for filesystems built with a directory block size larger than the filesystem (and hence attr) blocksize. This does not affect filesystems built with default mkfs.xfs parameters, and only hits when a large number of attributes are set on an inode. Fix a problem in the dabuf (dir/attr buffer) layer which deals with calculating when a block should be split in two. Previously there was only one constant used in the test. When V2 directories have a block size larger than the fs block size, the constant is too large for extended attributes. So, replace this constant with two, and make the dabuf code use the correct one based upon being used for attributes or directories.
Revision 1.43 / (download) - annotate - [select for diffs], Wed Jul 10 19:00:42 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.42: +12 -12
lines
Diff to previous 1.42 (colored)
whitespace cleanup
Revision 1.42 / (download) - annotate - [select for diffs], Tue Jun 18 20:32:24 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.41: +8 -0
lines
Diff to previous 1.41 (colored)
Log v2 macro
Revision 1.41 / (download) - annotate - [select for diffs], Tue Jun 4 16:30:46 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.40: +1 -1
lines
Diff to previous 1.40 (colored)
Update copyright dates
Revision 1.40 / (download) - annotate - [select for diffs], Fri May 17 00:18:15 2002 UTC (15 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.39: +1 -1
lines
Diff to previous 1.39 (colored)
fix some warnings generated during ia64/debug builds.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Mar 6 19:58:25 2002 UTC (15 years, 7 months ago) by lord
Branch: MAIN
Changes since 1.38: +0 -8
lines
Diff to previous 1.38 (colored)
remove readahead reset macro - dead code
Revision 1.38 / (download) - annotate - [select for diffs], Mon May 14 15:27:31 2001 UTC (16 years, 5 months ago) by sandeen
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Change "Best" AG size from 1GB to 4GB when the filesystem exceeds 64GB (irix6.5f:irix:94019a PVs 821993 821994)
Revision 1.37 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0,
PreRelease-0_10
Changes since 1.36: +1 -50
lines
Diff to previous 1.36 (colored)
use xfs.h, remove all traces of SIM, push extern declarations into headers, dead code removal.
Revision 1.36 / (download) - annotate - [select for diffs], Fri Jun 9 06:40:03 2000 UTC (17 years, 4 months ago) by ananth
Branch: MAIN
Changes since 1.35: +14 -14
lines
Diff to previous 1.35 (colored)
Merge of 2.3.99pre2-xfs:slinx:63026a originally by cattelan on 05/30/00 Masive type update all daddr_t -> xfs_daddr_t caddr_t -> xfs_caddr_t off_t -> xfs_off_t ino_t -> xfs_ino_t off64_t -> xfs_off_t Removed need for file xfs_to_linux.h and lunux_to_xfs.h
Revision 1.35 / (download) - annotate - [select for diffs], Fri Jun 9 03:48:14 2000 UTC (17 years, 4 months ago) by dxm
Branch: MAIN
Changes since 1.34: +6 -6
lines
Diff to previous 1.34 (colored)
arch mods - finish inobt Merge of 2.3.99pre2-xfs:slinx:58504a by ananth.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 9 03:29:54 2000 UTC (17 years, 4 months ago) by dxm
Branch: MAIN
Changes since 1.33: +6 -26
lines
Diff to previous 1.33 (colored)
dir2 architecture mods Merge of 2.3.99pre2-xfs:slinx:57286a by ananth.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Jun 9 03:04:40 2000 UTC (17 years, 4 months ago) by dxm
Branch: MAIN
Changes since 1.32: +133 -8
lines
Diff to previous 1.32 (colored)
fix CONFIG_XFS_ARCH_MIPS case Merge of 2.3.99pre2-xfs:slinx:56101a by ananth.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 9 02:50:02 2000 UTC (17 years, 4 months ago) by kenmcd
Branch: MAIN
CVS Tags: GPL-ENCUMBRANCE
Changes since 1.31: +25 -12
lines
Diff to previous 1.31 (colored)
Updated copyright and license notices, ready for open source release Merge of 2.3.99pre2-xfs:slinx:55821a by ananth.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Jun 9 02:27:12 2000 UTC (17 years, 4 months ago) by dxm
Branch: MAIN
CVS Tags: DELETE
Changes since 1.30: +8 -8
lines
Diff to previous 1.30 (colored)
architecture mods for v2 shortorm dirs Merge of 2.3.99pre2-xfs:slinx:55580a by ananth. Merge of 2.3.42-xfs:slinx:55580a by ananth.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Jun 9 02:22:51 2000 UTC (17 years, 4 months ago) by dxm
Branch: MAIN
Changes since 1.29: +54 -42
lines
Diff to previous 1.29 (colored)
architecture changes: dinode_core, sf(1) dirs, dev files, dir(1) leaves Merge of 2.3.99pre2-xfs:slinx:50068a by ananth. Merge of 2.3.42-xfs:slinx:50068a by ananth.
Revision 1.29 / (download) - annotate - [select for diffs], Fri Jun 9 02:10:00 2000 UTC (17 years, 4 months ago) by cattelan
Branch: MAIN
Changes since 1.28: +1 -3
lines
Diff to previous 1.28 (colored)
Merge of 2.3.99pre2-xfs:slinx:46541a by ananth. Merge of 2.3.42-xfs:slinx:46541a by ananth. Header file cleanup removed the last of the #if defined(__linux__) #include <xfs_linux> #endif All os specific include file switches should now done in xfs_os_defs.h
Revision 1.28 / (download) - annotate - [select for diffs], Fri Jun 9 01:50:04 2000 UTC (17 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.27: +1 -2
lines
Diff to previous 1.27 (colored)
Merge of 2.3.99pre2-xfs:slinx:46428a by ananth. Merge of 2.3.42-xfs:slinx:46428a by ananth. remove unused include files.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Jun 9 00:03:30 2000 UTC (17 years, 4 months ago) by cattelan
Branch: MAIN
Changes since 1.26: +19 -1
lines
Diff to previous 1.26 (colored)
Merge of 2.3.99pre2-xfs:slinx:44186a by ananth. Merge of 2.3.42-xfs:slinx:44186a by ananth. Copied GPL from slinx-xfs tree.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Nov 17 19:22:23 1999 UTC (17 years, 11 months ago) by lord
Branch: MAIN
Changes since 1.25: +14 -14
lines
Diff to previous 1.25 (colored)
replace struct buf and buf_t references with xfs_buf and xfs_buf_t
Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 18 17:43:46 1999 UTC (18 years, 2 months ago) by cattelan
Branch: MAIN
Changes since 1.24: +5 -1
lines
Diff to previous 1.24 (colored)
First compiling version of mkfs unsing XFS libsim. Mostly just addtions of cut up irix header files.
Revision 1.24 / (download) - annotate - [select for diffs], Fri May 14 20:13:13 1999 UTC (18 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Merge from irix/cxfs-f to irix/irix6.5f Merge of cxfs-f:irix:15011b created by lord on 05/11/99 Merge from irix/cxfs to irix/cxfs-f Merge of cxfs:irix:13423a created by lord on 04/19/99 CXFS infrastructure checkin
Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 4 01:28:30 1999 UTC (18 years, 8 months ago) by doucette
Branch: MAIN
Changes since 1.22: +277 -17
lines
Diff to previous 1.22 (colored)
Change includes for v2 directory support. Add routines for v2 directory macros.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jun 12 18:16:46 1998 UTC (19 years, 4 months ago) by ram
Branch: MAIN
Changes since 1.21: +17 -1
lines
Diff to previous 1.21 (colored)
Add functions to pair with macros.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 18 21:34:37 1997 UTC (19 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.20: +15 -13
lines
Diff to previous 1.20 (colored)
Re-order the functions so they're sorted again. Makes it easier to figure out what's here. rv: rcc@engr pv: 546137
Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 19 09:37:03 1997 UTC (20 years, 1 month ago) by rcc
Branch: MAIN
Changes since 1.19: +24 -1
lines
Diff to previous 1.19 (colored)
522678 - add shared version bit macros
Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 29 01:16:16 1997 UTC (20 years, 6 months ago) by kayuri
Branch: MAIN
Changes since 1.18: +9 -1
lines
Diff to previous 1.18 (colored)
Added the xfs_sb_version_adddalign macro (bug 397746).
Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 15 00:41:47 1997 UTC (20 years, 7 months ago) by doucette
Branch: MAIN
Changes since 1.17: +24 -8
lines
Diff to previous 1.17 (colored)
Error detection/recovery enhancements. Check more result codes from btree operations, returning corruption if bad results.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 11 18:59:57 1997 UTC (20 years, 7 months ago) by kayuri
Branch: MAIN
Changes since 1.16: +9 -1
lines
Diff to previous 1.16 (colored)
Added the xfs_sb_version_hasdalign macro (bug 397746)
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 28 00:36:22 1997 UTC (20 years, 8 months ago) by doucette
Branch: MAIN
Changes since 1.15: +1 -17
lines
Diff to previous 1.15 (colored)
Remove xfs_bdelwri and xfs_basyncwri, their presence here screws up the simulation.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 25 02:55:26 1997 UTC (20 years, 8 months ago) by sup
Branch: MAIN
Changes since 1.14: +17 -1
lines
Diff to previous 1.14 (colored)
First cut of XFS I/O error handling changes.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 8 00:47:49 1996 UTC (21 years, 4 months ago) by rcc
Branch: MAIN
Changes since 1.13: +16 -1
lines
Diff to previous 1.13 (colored)
add new directory/da buffer conversion macros
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 4 21:27:56 1996 UTC (21 years, 4 months ago) by doucette
Branch: MAIN
Changes since 1.12: +95 -15
lines
Diff to previous 1.12 (colored)
Use new superblock version macros (bug 385316).
Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 19 20:56:58 1996 UTC (21 years, 6 months ago) by doucette
Branch: MAIN
Changes since 1.11: +17 -1
lines
Diff to previous 1.11 (colored)
Remove dead macro XFS_VTOI. Make XFS_ITOV, XFS_ITOBHV, and XFS_BHVTOI have function and macro versions. Make XFS_BHVTOI calculate the result address instead of using BHV_PDATA.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 12 21:14:33 1996 UTC (21 years, 6 months ago) by huy
Branch: MAIN
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
changes to allow stacking of different vfs behaviors on the same mount point.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 1 22:49:38 1996 UTC (21 years, 6 months ago) by ajs
Branch: MAIN
Changes since 1.9: +2 -9
lines
Diff to previous 1.9 (colored)
Changes for vnodes with behaviors.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 9 01:14:24 1996 UTC (21 years, 8 months ago) by doucette
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Move the include of sys/debug.h under #define _KERNEL for compile errors.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 31 05:40:41 1996 UTC (21 years, 8 months ago) by ack
Branch: MAIN
Changes since 1.7: +24 -0
lines
Diff to previous 1.7 (colored)
auto-merge of changes from /proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.c,v
> ----------------------------
> revision 1.7
> date: 1996/01/30 19:08:30; author: doucette; state: Exp; lines: +25 -1
> Add macro/functions XFS_DIR_SF_{GET,PUT}_DIRINO for copying from
> and to unaligned inode numbers. In o32 kernels the function's code
> is better than the inline version.
> Do lazy initialization of the transaction log item chunks, since the
> initialization at transaction allocation time is expensive, and we
> normally use only a few of the array entries.
> =============================================================================
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 24 07:44:31 1995 UTC (21 years, 11 months ago) by ack
Branch: MAIN
Changes since 1.6: +0 -0
lines
Diff to previous 1.6 (colored)
auto-merge of changes from /hosts/clyde/proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.c,v > ---------------------------- > revision 1.6 > date: 1995/10/13 00:28:36; author: doucette; state: Exp; lines: +1 -0 > Include sys/uuid.h since the uuid_t definition has been moved out > of sys/types.h for DCE. > =============================================================================
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 17 08:20:17 1995 UTC (22 years ago) by ack
Branch: MAIN
Changes since 1.5: +1 -0
lines
Diff to previous 1.5 (colored)
auto-merge of changes from /hosts/clyde/proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.c,v > ---------------------------- > revision 1.6 > date: 1995/10/13 00:28:36; author: doucette; state: Exp; lines: +1 -0 > Include sys/uuid.h since the uuid_t definition has been moved out > of sys/types.h for DCE. > =============================================================================
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 22 09:47:46 1995 UTC (22 years, 1 month ago) by ack
Branch: MAIN
Changes since 1.4: +20 -11
lines
Diff to previous 1.4 (colored)
auto-merge of changes from /hosts/clyde/proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.c,v > ---------------------------- > revision 1.5 > date: 1995/09/22 02:24:18; author: doucette; state: Exp; lines: +21 -12 > Add new routine xfs_da_make_bnoentry. Other changes for cookie > handling routines. > =============================================================================
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 14 07:09:02 1995 UTC (22 years, 1 month ago) by ack
Branch: MAIN
Changes since 1.3: +17 -1
lines
Diff to previous 1.3 (colored)
auto-merge of changes from /hosts/clyde/proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.c,v > ---------------------------- > revision 1.4 > date: 1995/09/09 02:23:20; author: doucette; state: Exp; lines: +17 -1 > Add argsused for a bunch of arguments, to get rid of compiler warnings. > =============================================================================
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 4 02:09:41 1995 UTC (22 years, 1 month ago) by curtis
Branch: MAIN
Changes since 1.2: +11 -3
lines
Diff to previous 1.2 (colored)
Redefined how getdents() saves its context. Now low 32bits of dir's file offset is next entry's hashval. Use that hashval to re-find place in dir in the face of changes to dir's structure after adds/removes.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 30 22:36:21 1995 UTC (22 years, 1 month ago) by doucette
Branch: MAIN
Changes since 1.1: +8 -2
lines
Diff to previous 1.1 (colored)
Make the include of sys/buf.h be under #define _KERNEL for the simulation.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 16 05:46:54 1995 UTC (22 years, 2 months ago) by doucette
Branch: MAIN
function-ized macros for xfs kernel & simulation.