]> git.neil.brown.name Git - history.git/commitdiff
JFS: remove superflous externs for generic_file_ functions
authorChristoph Hellwig <hch@sb.bsdonline.org>
Mon, 2 Sep 2002 13:07:58 +0000 (15:07 +0200)
committerDave Kleikamp <shaggy@kleikamp.austin.ibm.com>
Mon, 2 Sep 2002 13:07:58 +0000 (15:07 +0200)
fs/jfs/file.c

index 9affec265e4d2c41d05ea6dd845778cddf901055..c65adbffe13069e23cabf6151ed048e59bcedb88 100644 (file)
@@ -24,9 +24,6 @@
 #include "jfs_debug.h"
 
 
-extern int generic_file_open(struct inode *, struct file *);
-extern loff_t generic_file_llseek(struct file *, loff_t, int origin);
-
 extern int jfs_commit_inode(struct inode *, int);
 
 int jfs_fsync(struct file *file, struct dentry *dentry, int datasync)