diff options
Diffstat (limited to 'lib/libufs/cgroup.c')
-rw-r--r-- | lib/libufs/cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libufs/cgroup.c b/lib/libufs/cgroup.c index 2948e618aeb6..a1d624df0049 100644 --- a/lib/libufs/cgroup.c +++ b/lib/libufs/cgroup.c @@ -68,5 +68,6 @@ cgread1(struct uufsd *disk, int c) ERROR(disk, "unable to read cylinder group"); return -1; } + disk->d_lcg = c; return 1; } |