diff options
author | Eric W. Biederman <[email protected]> | 2010-05-05 14:54:00 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-05-21 09:37:31 -0700 |
commit | 27eabc7cb4b357c68e4ce77d0b014f7a23add752 (patch) | |
tree | f3042a750946c495e8fcbefa526a7c665ccdc197 /fs/jbd/commit.c | |
parent | b9d8b45ee3c5f62cdbd34ee006f3dd2ac51f7018 (diff) |
sysfs: Don't use enums in inline function declaration.
It appears gcc can't cope with using an enum that is only declared in
an inline function declaration, that doesn't even use the variable
that is so declared.
Avoid the silliness and replace the enum with an int, and make gcc
happy.
Signed-off-by: Eric W. Biederman <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions