Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32692
b: refs/heads/master
c: 92d0328
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 15, 2006
1 parent d33685e commit 06ff2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2724a1a55f847e2b5007cf294e03cfa09d0d22f3
refs/heads/master: 92d032855e64834283de5acfb0463232e0ab128e
2 changes: 1 addition & 1 deletion trunk/fs/proc/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int proc_fill_super(struct super_block *s, void *data, int silent)
{
struct inode * root_inode;

s->s_flags |= MS_NODIRATIME;
s->s_flags |= MS_NODIRATIME | MS_NOSUID | MS_NOEXEC;
s->s_blocksize = 1024;
s->s_blocksize_bits = 10;
s->s_magic = PROC_SUPER_MAGIC;
Expand Down

0 comments on commit 06ff2bc

Please sign in to comment.