UpdateWatchCtx used a mix of 2 spaces and 4 spaces. This fixes the
function to use 2 spaces which is used in the rest of the file.
Signed-off-by: Mike Christie <mchristi@redhat.com>
if (new_size != size) {
dout(5) << "resize detected" << dendl;
if (ioctl(fd, BLKFLSBUF, NULL) < 0)
- derr << "invalidate page cache failed: " << cpp_strerror(errno)
- << dendl;
+ derr << "invalidate page cache failed: " << cpp_strerror(errno)
+ << dendl;
if (use_netlink) {
ret = netlink_resize(nbd_index, new_size);
} else {
<< dendl;
}
if (image.invalidate_cache() < 0)
- derr << "invalidate rbd cache failed" << dendl;
+ derr << "invalidate rbd cache failed" << dendl;
}
}
}