]> git.decadent.org.uk Git - nfs-utils.git/commit
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)
commit089df7c754d9ebab0a7b804f396626ac95fee2e6
tree81c742d8ed908d9cdf4e496843a7b8bbd9b1397b
parent7869a76207d3f4b3bd4ab57b4a7a8807ac2ff0c6
libnsm.a: Replace __attribute_noinline__

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>
support/nsm/file.c