Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106001
b: refs/heads/master
c: a9bd4a3
h: refs/heads/master
i:
  105999: c95ccec
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jul 25, 2008
1 parent cb1003d commit 5bfcb24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 881adb85358309ea9c6f707394002719982ec607
refs/heads/master: a9bd4a3e070ba7494f154e1a11687a8a957d88dc
7 changes: 0 additions & 7 deletions trunk/fs/proc/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,12 @@ int __init proc_init_inodecache(void)
return 0;
}

static int proc_remount(struct super_block *sb, int *flags, char *data)
{
*flags |= MS_NODIRATIME;
return 0;
}

static const struct super_operations proc_sops = {
.alloc_inode = proc_alloc_inode,
.destroy_inode = proc_destroy_inode,
.drop_inode = generic_delete_inode,
.delete_inode = proc_delete_inode,
.statfs = simple_statfs,
.remount_fs = proc_remount,
};

static void __pde_users_dec(struct proc_dir_entry *pde)
Expand Down

0 comments on commit 5bfcb24

Please sign in to comment.