Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm...
[linux-2.6-microblaze.git] / mm / compaction.c
index 29bd1df..faca45e 100644 (file)
@@ -1899,7 +1899,7 @@ static ssize_t sysfs_compact_node(struct device *dev,
 
        return count;
 }
-static DEVICE_ATTR(compact, S_IWUSR, NULL, sysfs_compact_node);
+static DEVICE_ATTR(compact, 0200, NULL, sysfs_compact_node);
 
 int compaction_register_node(struct node *node)
 {