From 7c4407be8a81e5d2e72445c28f9c7cb27a91f365 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 11 Oct 2003 22:28:00 +0000 Subject: [PATCH] b=99 Andreas's sync patch, with an (almost) related journal cleanup to remove fsfilt_journal_data; we no longer use this barely-maintained eature, and our special files don't see normal write()s anyways --- lustre/include/linux/lustre_fsfilt.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lustre/include/linux/lustre_fsfilt.h b/lustre/include/linux/lustre_fsfilt.h index bd42e94..f3e499a 100644 --- a/lustre/include/linux/lustre_fsfilt.h +++ b/lustre/include/linux/lustre_fsfilt.h @@ -55,7 +55,6 @@ struct fsfilt_operations { int (* fs_get_md)(struct inode *inode, void *md, int size); ssize_t (* fs_readpage)(struct file *file, char *buf, size_t count, loff_t *offset); - int (* fs_journal_data)(struct file *file); int (* fs_set_last_rcvd)(struct obd_device *obd, __u64 last_rcvd, void *handle, fsfilt_cb_t cb_func, void *cb_data); @@ -182,11 +181,6 @@ static inline ssize_t fsfilt_readpage(struct obd_device *obd, return obd->obd_fsops->fs_readpage(file, buf, count, offset); } -static inline int fsfilt_journal_data(struct obd_device *obd, struct file *file) -{ - return obd->obd_fsops->fs_journal_data(file); -} - static inline int fsfilt_set_last_rcvd(struct obd_device *obd, __u64 last_rcvd, void *handle, fsfilt_cb_t cb_func, void *cb_data) -- 1.8.3.1