fs: enforce filetypes in open_file
authorH. Peter Anvin <hpa@zytor.com>
Wed, 23 Jun 2010 19:11:49 +0000 (12:11 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 23 Jun 2010 19:11:49 +0000 (12:11 -0700)
commit3ee5120d0795b361c3548e9bb13cadf33802f73a
treefda95014f0c23eb55fba504012e9a1155bb6e901
parentf91320f6834ad7f00ff827531780462965ac4acb
fs: enforce filetypes in open_file

Enforce that the file type in open_file is a plain file.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/fs.c