Commit a7cce09
Al Viro
statmount_mnt_basic(): simplify the logics for group id
We are holding namespace_sem shared and we have not done any group
id allocations since we grabbed it. Therefore IS_MNT_SHARED(m)
is equivalent to non-zero m->mnt_group_id.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>1 parent f6cc2f4 commit a7cce09
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5298 | 5298 | | |
5299 | 5299 | | |
5300 | 5300 | | |
5301 | | - | |
| 5301 | + | |
5302 | 5302 | | |
5303 | 5303 | | |
5304 | 5304 | | |
| |||
0 commit comments