|
@@ -257,7 +257,7 @@ other_perms:
|
|
|
/**
|
|
|
* generic_permission - check for access rights on a Posix-like filesystem
|
|
|
* @inode: inode to check access rights for
|
|
|
- * @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC)
|
|
|
+ * @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC, ...)
|
|
|
*
|
|
|
* Used to check for read/write/execute permissions on a file.
|
|
|
* We use "fsuid" for this, letting us set arbitrary permissions
|
|
@@ -331,7 +331,7 @@ static inline int do_inode_permission(struct inode *inode, int mask)
|
|
|
/**
|
|
|
* inode_permission - check for access rights to a given inode
|
|
|
* @inode: inode to check permission on
|
|
|
- * @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC)
|
|
|
+ * @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC, ...)
|
|
|
*
|
|
|
* Used to check for read/write/execute permissions on an inode.
|
|
|
* We use "fsuid" for this, letting us set arbitrary permissions
|