]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc64: change DAX CCB_EXEC ENOBUFS print to debug
authorJonathan Helman <jonathan.helman@oracle.com>
Fri, 21 Apr 2017 00:45:56 +0000 (17:45 -0700)
committerShannon Nelson <shannon.nelson@oracle.com>
Wed, 31 May 2017 23:43:46 +0000 (16:43 -0700)
commit892aa9eaad44034a6d227f7d6b933a3953feb59a
tree4fe5528a4192dc907f1b85beaa248986d42df5d6
parentffaaee927d91a58554bff1cf05c92dbd0aba741a
sparc64: change DAX CCB_EXEC ENOBUFS print to debug

Orabug: 25927528

The CCB_EXEC ioctl in the DAX driver returns ENOBUFS when the user must
free completion areas before the submission can succeed. There is a
dax_err() print when this condition occurs. This print should be changed to
a dax_dbg() print since this return value can be used by the caller to
trigger freeing the completion areas, hence an error print is too verbose.

Signed-off-by: Jonathan Helman <jonathan.helman@oracle.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Sanath Kumar <sanath.s.kumar@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
arch/sparc/dax/dax_main.c