]> git.baikalelectronics.ru Git - kernel.git/commit
oprofile: Remove duplicate code around __oprofilefs_create_file()
authorRobert Richter <robert.richter@amd.com>
Thu, 19 Aug 2010 08:50:26 +0000 (10:50 +0200)
committerRobert Richter <robert.richter@amd.com>
Mon, 4 Oct 2010 08:55:24 +0000 (10:55 +0200)
commit3dcc0dc062c83e475c9aefa46656d25ec8a4bc1d
treedbd363d92dde1eca2da778e50c03b7c49159dc4d
parentf5ef4fbbe8a6cf5f21718655d2d8c851a7b66f03
oprofile: Remove duplicate code around __oprofilefs_create_file()

Removing duplicate code by assigning the inodes private data pointer
in __oprofilefs_create_file(). Extending the function interface to
pass the pointer.

Signed-off-by: Robert Richter <robert.richter@amd.com>
drivers/oprofile/oprofilefs.c