]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/security.h
Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[karo-tx-linux.git] / include / linux / security.h
index a585a9085e46cf6959a153bb8991bbfdfa84cc33..7ce53ae1266bf04c0305f8b695dc240818a7d4ca 100644 (file)
@@ -1412,7 +1412,8 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
  *     @ctxlen contains the length of @ctx.
  *
  * @inode_getsecctx:
- *     Returns a string containing all relevant security context information
+ *     On success, returns 0 and fills out @ctx and @ctxlen with the security
+ *     context for the given @inode.
  *
  *     @inode we wish to get the security context of.
  *     @ctx is a pointer in which to place the allocated security context.