diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-25 04:05:26 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-04 03:54:57 (GMT) |
commit | 439475140bed762c04567c325d48409862341ae4 (patch) | |
tree | a4023e4536d39e8e5c4b8abd7747aa43f0338ef2 /Documentation | |
parent | fbd48a69a0b576dd8cba01b2b4fc24fad76f1b68 (diff) | |
download | linux-fsl-qoriq-439475140bed762c04567c325d48409862341ae4.tar.xz |
configfs: convert to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/configfs/configfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/configfs/configfs.txt b/Documentation/filesystems/configfs/configfs.txt index dd57bb6..b40fec9 100644 --- a/Documentation/filesystems/configfs/configfs.txt +++ b/Documentation/filesystems/configfs/configfs.txt @@ -192,7 +192,7 @@ attribute value uses the store_attribute() method. struct configfs_attribute { char *ca_name; struct module *ca_owner; - mode_t ca_mode; + umode_t ca_mode; }; When a config_item wants an attribute to appear as a file in the item's |