On 14-10-15, 11:51, Stephen Boyd wrote:
On 10/09, Viresh Kumar wrote:
+struct dentry *debugfs_create_xlong(const char *name, umode_t mode,
struct dentry *parent, unsigned long *value)
+{
- return debugfs_create_file(name, mode, parent, value, &fops_xlong);
Were you going to refresh this on my debugfs_create_mode() patches? Otherwise the patch looks fine to me.
I thought you need to refresh your set as I posted this before you have :)