[systemd-devel] [PATCH v2 1/2] path-util: Fix path_is_mount_point for files

Martin Pitt martin.pitt at ubuntu.com
Fri May 29 08:44:02 PDT 2015


Lennart Poettering [2015-05-29 17:31 +0200]:
> I think this:
> 
>         flags = flags & ~AT_SYMLINK_FOLLOW;
> 
> should better be written like this:
> 
>         flags &= ~AT_SYMLINK_FOLLOW;
> 
> this matches the other if branch better then...

Of course, little brainfart..

> Looks good otherwise, please push.

Pushed with the above change.

Thanks,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


More information about the systemd-devel mailing list