|
From: Jan-Benedict G. <jb...@us...> - 2004-09-22 06:27:30
|
Update of /cvsroot/linux-vax/kernel-2.5/fs/ods2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5730 Modified Files: ods2.h Log Message: - Nuke remaining bits of former option-parsing functions. Index: ods2.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/ods2.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ods2.h 20 Sep 2004 21:15:47 -0000 1.7 +++ ods2.h 22 Sep 2004 06:27:17 -0000 1.8 @@ -496,7 +496,6 @@ extern struct ods2map *getmap(struct super_block *sb, struct fh2def *fh2p); extern struct buffer_head *getfilebh(struct file *filp, u32 vbn); extern int verify_fh(struct fh2def *fh2p, u32 ino); -extern int parse_options(struct super_block *sb, char *options); /* * inode.c |