From 411973b4db28fa3b2a97f44aa4897efe173a0b06 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 29 Apr 2002 23:53:41 -0700 Subject: [PATCH] remove show_buffers() Remove show_buffers(). It really has nothing to show any more. just buffermem_pages() - move that out into the callers. There's a lot of duplication in this code. better approach would be to remove all the duplicated code out in the architectures and implement generic show_memory_state(). Later. --- include/linux/fs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux/fs.h') diff --git a/include/linux/fs.h b/include/linux/fs.h index 4027b4573cd7..9f3221ca434e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1586,8 +1586,6 @@ extern ssize_t generic_read_dir(struct file *, char *, size_t, loff_t *); extern struct file_operations simple_dir_operations; extern struct inode_operations simple_dir_inode_operations; -extern void show_buffers(void); - #ifdef CONFIG_BLK_DEV_INITRD extern unsigned int real_root_dev; #endif -- cgit v1.2.3