OCFS2_MAX_VOL_LABEL_LEN
memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN);
/*50*/ __u8 s_label[OCFS2_MAX_VOL_LABEL_LEN]; /* Label for mounting, etc. */
__u8 il_label[OCFS2_MAX_VOL_LABEL_LEN];
osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL);
OCFS2_MAX_VOL_LABEL_LEN);