]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
libnsm.a: Replace __attribute_noinline__
authorChuck Lever <chuck.lever@oracle.com>
Mon, 13 Dec 2010 19:47:42 +0000 (14:47 -0500)
committerSteve Dickson <steved@redhat.com>
Mon, 13 Dec 2010 19:56:11 +0000 (14:56 -0500)
Replace the __attribute_noinline__ form with

  __attribute__((__noinline__)).

Even though the compiler didn't complain about __attribute_malloc__,
also replace those in order to maintain consistent style throughout the
source file.

Fix for:

  https://bugzilla.linux-nfs.org/show_bug.cgi?id=194

Reported-by: "Gabor Z. Papp" <gzp@papp.hu>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

No differences found