Whamcloud - gitweb
b=21656 Quiet dirty_max CERROR
authorDmitry Zogin <dmitry.zogin@sun.com>
Fri, 8 Jan 2010 16:52:31 +0000 (11:52 -0500)
committerRobert Read <rread@sun.com>
Fri, 8 Jan 2010 23:45:18 +0000 (15:45 -0800)
commit42c04e8ee918adb6ce658334c12610e925466752
treeeb82d0ffac663096069ab7071b42f965b8a6981a
parent4455a5cc9176d2a105a875095e9bbcb8f588c52e
b=21656 Quiet dirty_max CERROR

The atomic_read() allowing the atomic_inc() are not covered
 by a lock. Thus they may safely race and trip this CERROR()
 unless we add in a small fudge factor (+1).

 i=adilger
 i=dmitry.zogin
lustre/osc/osc_request.c