Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/minix
Hitoshi Mitake e38be994b9 Making fs/minix/minix.h double including safe
I happened to find that fs/minix/minix.h doesn't guard double include.

Yes, I know this never cause something destructive because this is
self-evidence that no source file includes minix.h twice, but I think
fixing this is better than disregarding it.

Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-06-22 11:34:42 -07:00
..
bitmap.c get rid of BKL in fs/minix 2009-06-17 00:36:37 -04:00
dir.c get rid of BKL in fs/minix 2009-06-17 00:36:37 -04:00
file.c switch minix to simple_fsync() 2009-06-11 21:36:12 -04:00
inode.c get rid of BKL in fs/minix 2009-06-17 00:36:37 -04:00
itree_common.c
itree_v1.c
itree_v2.c
Kconfig fs/Kconfig: move minix out 2009-01-22 13:15:58 +03:00
Makefile
minix.h Making fs/minix/minix.h double including safe 2009-06-22 11:34:42 -07:00
namei.c