lightnvm: missing free on init error
[linux-2.6-block.git] / mm / shmem.c
index 3b8b73928398dc25e95ca807557a0506d4438961..9187eee4128b45769583dae2a73720e3545ee933 100644 (file)
@@ -73,6 +73,8 @@ static struct vfsmount *shm_mnt;
 #include <asm/uaccess.h>
 #include <asm/pgtable.h>
 
+#include "internal.h"
+
 #define BLOCKS_PER_PAGE  (PAGE_CACHE_SIZE/512)
 #define VM_ACCT(size)    (PAGE_CACHE_ALIGN(size) >> PAGE_SHIFT)