]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fat: kill reserved names
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Fri, 31 Mar 2006 10:30:53 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:55 +0000 (12:18 -0800)
commit8dac04f942c67740909596c7cb98ba35f38e8816
tree5b1c8b89880f44b08ce16456f9b8961e3933e71b
parent3660747983e406b7a38f08257ace8117b42d3414
[PATCH] fat: kill reserved names

Since these names on old MSDOS is used as device, so, current fat driver
doesn't allow a user to create those names.  But many OSes and even Windows
can create those names actually, now.

This patch removes the reserved name check.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/msdos/namei.c
fs/vfat/namei.c