diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-06 22:03:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-06-06 22:03:31 +0200 |
commit | cf6f7f66a4aff31286b2da850dd2d41595cf1f99 (patch) | |
tree | 17f57ce53b65a06cc2b2d0a9a523c03823f36df7 | |
parent | 53203e5f8f9a79d0ad774e29ea165b471e64619f (diff) |
core: add minor comment
Let's explain #3444 briefly in the sources, too.
-rw-r--r-- | src/core/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index 8290ac859d..fda4d65d6f 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1706,7 +1706,7 @@ static int mount_dispatch_io(sd_event_source *source, int fd, uint32_t revents, /* This has just been unmounted by * somebody else, follow the state * change. */ - mount->result = MOUNT_SUCCESS; + mount->result = MOUNT_SUCCESS; /* make sure we forget any earlier umount failures */ mount_enter_dead(mount, MOUNT_SUCCESS); break; |