devobj/fileobj: do not try to free memory for device file mappings

This commit is contained in:
Balazs Gerofi
2017-01-08 11:49:55 +09:00
parent d34884f9a4
commit 1ff0afe6fb
5 changed files with 11 additions and 3 deletions

View File

@ -768,6 +768,8 @@ enum {
MF_IS_REMOVABLE = 0x0004,
MF_PREFETCH = 0x0008,
MF_ZEROFILL = 0x0010,
MF_REG_FILE = 0x1000,
MF_DEV_FILE = 0x2000,
MF_END
};