Skip to content
Commit 5453258d authored by Joel Becker's avatar Joel Becker
Browse files

ocfs2: Silence gcc warning in ocfs2_write_zero_page().



ocfs2_write_zero_page() has a loop that won't ever be skipped, but gcc
doesn't know that.  Set ret=0 just to make gcc happy.

Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent 13ceef09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment