]> err.no Git - linux-2.6/blobdiff - mm/shmem.c
rt2x00: Only strip preamble bit in rt2400pci
[linux-2.6] / mm / shmem.c
index 2f961a6dbf57a91d0c35329175ecc96db1d2f3e3..90b576cbc06e40fb0f43d06f37f5ef24deee9f13 100644 (file)
@@ -85,6 +85,7 @@ enum sgp_type {
        SGP_WRITE,      /* may exceed i_size, may allocate page */
 };
 
+#ifdef CONFIG_TMPFS
 static unsigned long shmem_default_max_blocks(void)
 {
        return totalram_pages / 2;
@@ -94,6 +95,7 @@ static unsigned long shmem_default_max_inodes(void)
 {
        return min(totalram_pages - totalhigh_pages, totalram_pages / 2);
 }
+#endif
 
 static int shmem_getpage(struct inode *inode, unsigned long idx,
                         struct page **pagep, enum sgp_type sgp, int *type);