commit | 094e320d761dae5816d8faa695b0509eea79c108 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Fri Mar 31 02:30:53 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 31 12:18:55 2006 -0800 |
tree | 5b1c8b89880f44b08ce16456f9b8961e3933e71b | |
parent | e4e364e865b382f9d99c7fc230ec2ce7df21257a [diff] |
[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>