These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / lustre / lustre / libcfs / linux / linux-curproc.c
index 277f6b8..c74c809 100644 (file)
@@ -91,6 +91,7 @@ static void cfs_kernel_cap_pack(kernel_cap_t kcap, cfs_cap_t *cap)
 cfs_cap_t cfs_curproc_cap_pack(void)
 {
        cfs_cap_t cap;
+
        cfs_kernel_cap_pack(current_cap(), &cap);
        return cap;
 }