Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e95ef49b
Commit
e95ef49b
authored
Aug 29, 2014
by
Lukasz Pawelczyk
Committed by
Casey Schaufler
Aug 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes in comments describing function parameters
Signed-off-by:
Lukasz Pawelczyk
<
l.pawelczyk@samsung.com
>
parent
d166c802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
security/smack/smack_lsm.c
security/smack/smack_lsm.c
+9
-9
No files found.
security/smack/smack_lsm.c
View file @
e95ef49b
...
...
@@ -771,8 +771,8 @@ static void smack_inode_free_security(struct inode *inode)
/**
* smack_inode_init_security - copy out the smack from an inode
* @inode: the inode
* @dir:
unused
* @inode: the
newly created
inode
* @dir:
containing directory object
* @qstr: unused
* @name: where to put the attribute name
* @value: where to put the attribute value
...
...
@@ -923,10 +923,10 @@ static int smack_inode_rmdir(struct inode *dir, struct dentry *dentry)
/**
* smack_inode_rename - Smack check on rename
* @old_inode:
the old directory
* @old_dentry:
unused
* @new_inode:
the new directory
* @new_dentry:
unused
* @old_inode:
unused
* @old_dentry:
the old object
* @new_inode:
unused
* @new_dentry:
the new object
*
* Read and write access is required on both the old and
* new directories.
...
...
@@ -1017,7 +1017,7 @@ static int smack_inode_setattr(struct dentry *dentry, struct iattr *iattr)
/**
* smack_inode_getattr - Smack check for getting attributes
* @mnt:
unused
* @mnt:
vfsmount of the object
* @dentry: the object
*
* Returns 0 if access is permitted, an error code otherwise
...
...
@@ -1042,8 +1042,8 @@ static int smack_inode_getattr(struct vfsmount *mnt, struct dentry *dentry)
* smack_inode_setxattr - Smack check for setting xattrs
* @dentry: the object
* @name: name of the attribute
* @value:
unused
* @size:
unused
* @value:
value of the attribute
* @size:
size of the value
* @flags: unused
*
* This protects the Smack attribute explicitly.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment