commit | 1ef334d372d6a7006e20f56f7e85d8f4ec32e3c2 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Mon Apr 04 14:59:42 2005 +0100 |
committer | Anton Altaparmakov <aia21@cantab.net> | Thu May 05 11:27:45 2005 +0100 |
tree | 5b03ef9048fec32ebd7b1d75686b1dc73599c661 | |
parent | 905685f68fc72844b8c2689c39a5c6c35e840152 [diff] [blame] |
NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed(). Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c index 4185934..97e6fb0 100644 --- a/fs/ntfs/attrib.c +++ b/fs/ntfs/attrib.c
@@ -21,6 +21,7 @@ */ #include <linux/buffer_head.h> +#include <linux/swap.h> #include "attrib.h" #include "debug.h"