Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1243522

Re: [PATCH] debugfs: Add debugfs_create_ulong()

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH] debugfs: Add debugfs_create_ulong()
Date 2015-10-09 18:40 +0200
Message-ID <qhIS7-7BS-35@gated-at.bofh.it> (permalink)
References <qhHt0-5GT-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 10/09, Viresh Kumar wrote:
> @@ -87,6 +89,8 @@ struct dentry *debugfs_create_x32(const char *name, umode_t mode,
>  				  struct dentry *parent, u32 *value);
>  struct dentry *debugfs_create_x64(const char *name, umode_t mode,
>  				  struct dentry *parent, u64 *value);
> +struct dentry *debugfs_create_xlong(const char *name, umode_t mode,
> +				    struct dentry *parent, unsigned long *value);

Where is this function defined? The non-x version looks ok.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] debugfs: Add debugfs_create_ulong() Viresh Kumar <viresh.kumar@linaro.org> - 2015-10-09 17:10 +0200
  Re: [PATCH] debugfs: Add debugfs_create_ulong() Stephen Boyd <sboyd@codeaurora.org> - 2015-10-09 18:40 +0200
  [PATCH V2] debugfs: Add debugfs_create_ulong() Viresh Kumar <viresh.kumar@linaro.org> - 2015-10-09 19:20 +0200
    Re: [PATCH V2] debugfs: Add debugfs_create_ulong() Stephen Boyd <sboyd@codeaurora.org> - 2015-10-14 21:00 +0200
      Re: [PATCH V2] debugfs: Add debugfs_create_ulong() Viresh Kumar <viresh.kumar@linaro.org> - 2015-10-15 09:20 +0200
        Re: [PATCH V2] debugfs: Add debugfs_create_ulong() Stephen Boyd <sboyd@codeaurora.org> - 2015-10-15 20:30 +0200

csiph-web