sean finney on Tue, 4 Feb 2003 19:57:10 -0500 |
On Tue, Feb 04, 2003 at 05:20:14PM -0500, Fred K Ollinger wrote: > #include <linux/xfs_fs.h> > xfs_trans_stop(handle); > -void presto_xfs_journal_file_data(struct inode *inode) > ^^^^^^^^^^^^^^^^^^^^^ that's not xfs, yo. that's intermezzo with some hooks for xfs support whenever it arrives. if you actually looked at the source-code, you'd see this[1]: 35 /* XFS Support not there yet */ 36 #ifdef CONFIG_FS_XFS 37 #include <linux/xfs_fs.h> 38 #endif :) sean [1] free-text search on kernel 2.4.20 at http://lxr.linux.no. have i emphasized how sweet this site is? Attachment:
pgpFwfaxITKqK.pgp
|
|