[CRIU] [PATCH 9/9] sk-unix: Don't fail if socket path lays on btrfs volume
Cyrill Gorcunov
gorcunov at gmail.com
Tue Dec 3 10:38:21 PST 2013
On Tue, Dec 03, 2013 at 10:36:23PM +0400, Pavel Emelyanov wrote:
> > + udiag_vfs_dev = kdev_to_odev(uv->udiag_vfs_dev);
> > + if (st.st_dev != kdev_to_odev(uv->udiag_vfs_dev)) {
>
> if (st.st_dev != udiag_vfs_dev) {
yeah, sorry about that (there also one redundant line in btrfs engine
too, I noticed it after I sent you the series, so I thought I'll
clean it up on top).
More information about the CRIU
mailing list