patch-1.3.100 linux/fs/fat/msbuffer.h
Next file: linux/fs/msdos/namei.c
Previous file: linux/fs/fat/misc.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Fri May 10 07:54:52 1996
- Orig file:
v1.3.99/linux/fs/fat/msbuffer.h
- Orig date:
Tue May 7 16:22:36 1996
diff -u --recursive --new-file v1.3.99/linux/fs/fat/msbuffer.h linux/fs/fat/msbuffer.h
@@ -13,24 +13,3 @@
int fat_is_uptodate (struct super_block *sb, struct buffer_head *bh);
void fat_ll_rw_block (struct super_block *sb, int opr,
int nbreq, struct buffer_head *bh[32]);
-
-/* These macros exist to avoid modifying all the code */
-/* They should be removed one day I guess */
-
-/* The versioning mechanism of the modules system defines those macros */
-/* This removes some warnings */
-#ifdef brelse
- #undef brelse
-#endif
-#ifdef bread
- #undef bread
-#endif
-#ifdef getblk
- #undef getblk
-#endif
-
-#define brelse(b) fat_brelse(sb,b)
-#define bread(d,b,s) fat_bread(sb,b)
-#define getblk(d,b,s) fat_getblk(sb,b)
-#define mark_buffer_dirty(b,v) fat_mark_buffer_dirty(sb,b,v)
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this