Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259191
b: refs/heads/master
c: d0a5426
h: refs/heads/master
i:
  259189: 756f305
  259187: d70bd08
  259183: a4b96c4
v: v3
  • Loading branch information
Akinobu Mita authored and Greg Kroah-Hartman committed Jul 18, 2011
1 parent 09712ed commit 7f07f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27760f868663310ff9e701f47aec33da3b906f34
refs/heads/master: d0a542637f6879a493aa713b9f81c4fcd98f4f7a
4 changes: 2 additions & 2 deletions trunk/Documentation/filesystems/debugfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f07f3b

Please sign in to comment.