diff options
author | Al Viro <[email protected]> | 2008-08-20 14:09:24 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-08-20 15:40:32 -0700 |
commit | 82d63fc9e30687c055b97928942b8893ea65b0bb (patch) | |
tree | c767b9a7a41893c434e85532f3e02515433076f1 /net/unix/sysctl_net_unix.c | |
parent | d847471d063663b9f36927d265c66a270c0cfaab (diff) |
cramfs: fix named-pipe handling
After commit a97c9bf33f4612e2aed6f000f6b1d268b6814f3c (fix cramfs
making duplicate entries in inode cache) in kernel 2.6.14, named-pipe
on cramfs does not work properly.
It seems the commit make all named-pipe on cramfs share their inode
(and named-pipe buffer).
Make ..._test() refuse to merge inodes with ->i_ino == 1, take inode setup
back to get_cramfs_inode() and make ->drop_inode() evict ones with ->i_ino
== 1 immediately.
Reported-by: Atsushi Nemoto <[email protected]>
Cc: Al Viro <[email protected]>
Cc: <[email protected]> [2.6.14 and later]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions