From 7f07f3b9bc0ac3fb8e7a81b77a525cb1e5286a57 Mon Sep 17 00:00:00 2001 From: Akinobu Mita Date: Sat, 9 Jul 2011 14:01:17 +0900 Subject: [PATCH] --- yaml --- r: 259191 b: refs/heads/master c: d0a542637f6879a493aa713b9f81c4fcd98f4f7a h: refs/heads/master i: 259189: 756f3052fc5e1b409380a76abf3781bcb4a55a75 259187: d70bd080a0c9c6f06c59d469fa99a8db716f9a5d 259183: a4b96c443be144c5ca1fd7c68477d3d77df96ecf v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/debugfs.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6b8e3857feac..d8f8b7d56e0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27760f868663310ff9e701f47aec33da3b906f34 +refs/heads/master: d0a542637f6879a493aa713b9f81c4fcd98f4f7a diff --git a/trunk/Documentation/filesystems/debugfs.txt b/trunk/Documentation/filesystems/debugfs.txt index ed52af60c2d8..742cc06e138f 100644 --- a/trunk/Documentation/filesystems/debugfs.txt +++ b/trunk/Documentation/filesystems/debugfs.txt @@ -73,8 +73,8 @@ the following functions can be used instead: struct dentry *parent, u16 *value); struct dentry *debugfs_create_x32(const char *name, mode_t mode, struct dentry *parent, u32 *value); - -Note that there is no debugfs_create_x64(). + struct dentry *debugfs_create_x64(const char *name, mode_t mode, + struct dentry *parent, u64 *value); These functions are useful as long as the developer knows the size of the value to be exported. Some types can have different widths on different