devobj/fileobj: do not try to free memory for device file mappings
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user