aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/configfs/configfs_example.c
diff options
context:
space:
mode:
authorAhmed S. Darwish <[email protected]>2008-03-24 12:29:49 -0700
committerLinus Torvalds <[email protected]>2008-03-24 19:22:19 -0700
commitcb622bbb69e41f2746aadf5d7d527e77597abe2e (patch)
tree537a1ce6f76bd915bf9acd197d6bf4d042063998 /Documentation/filesystems/configfs/configfs_example.c
parent58336114af4d2cce830201aae49e50b93ede6c5c (diff)
smackfs: remove redundant lock, fix open(,O_RDWR)
Older smackfs was parsing MAC rules by characters, thus a need of locking write sessions on open() was needed. This lock is no longer useful now since each rule is handled by a single write() call. This is also a bugfix since seq_open() was not called if an open() O_RDWR flag was given, leading to a seq_read() without an initialized seq_file, thus an Oops. Signed-off-by: Ahmed S. Darwish <[email protected]> Reported-by: Jonathan Corbet <[email protected]> Acked-by: Casey Schaufler <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'Documentation/filesystems/configfs/configfs_example.c')
0 files changed, 0 insertions, 0 deletions