From 5bcafb97ca275e661f543d0697d6b351e9fda1f4 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 26 Jan 2009 19:21:26 -0800 Subject: [PATCH] --- yaml --- r: 130246 b: refs/heads/master c: 5ee810072175042775e39bdd3eaaa68884c27805 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/debugfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1292315a0401..4ba0ccfb2b50 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5376071069ec8a7e6a8112beab16fc24f5139475 +refs/heads/master: 5ee810072175042775e39bdd3eaaa68884c27805 diff --git a/trunk/include/linux/debugfs.h b/trunk/include/linux/debugfs.h index 0f5c33b0bd3e..af0e01d4c663 100644 --- a/trunk/include/linux/debugfs.h +++ b/trunk/include/linux/debugfs.h @@ -162,7 +162,7 @@ static inline struct dentry *debugfs_create_x32(const char *name, mode_t mode, return ERR_PTR(-ENODEV); } -struct dentry *debugfs_create_size_t(const char *name, mode_t mode, +static inline struct dentry *debugfs_create_size_t(const char *name, mode_t mode, struct dentry *parent, size_t *value) {