Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26102
b: refs/heads/master
c: 304dbdb
h: refs/heads/master
v: v3
  • Loading branch information
Lee Schermerhorn authored and Linus Torvalds committed Apr 22, 2006
1 parent e4fdd68 commit 45226a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b5fd59fdd2e656dd4d10f2cedb41a7519b131b2
refs/heads/master: 304dbdb7a4fbb7f40a6ad5c5836fdd456c233c63
3 changes: 3 additions & 0 deletions trunk/mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
#include <linux/mempolicy.h>
#include <linux/namei.h>
#include <linux/ctype.h>
#include <linux/migrate.h>

#include <asm/uaccess.h>
#include <asm/div64.h>
#include <asm/pgtable.h>
Expand Down Expand Up @@ -2173,6 +2175,7 @@ static struct address_space_operations shmem_aops = {
.prepare_write = shmem_prepare_write,
.commit_write = simple_commit_write,
#endif
.migratepage = migrate_page,
};

static struct file_operations shmem_file_operations = {
Expand Down

0 comments on commit 45226a1

Please sign in to comment.