Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / fs / nilfs2 / ifile.c
index d9048f6a77805d8a6d7a845b77964c09fa767b47..1d2b1805327a0c8886927a16b00f69e8db8ef96c 100644 (file)
@@ -64,8 +64,10 @@ int nilfs_ifile_create_inode(struct inode *ifile, ino_t *out_ino,
        struct nilfs_palloc_req req;
        int ret;
 
-       req.pr_entry_nr = 0;  /* 0 says find free inode from beginning of
-                                a group. dull code!! */
+       req.pr_entry_nr = 0;  /*
+                              * 0 says find free inode from beginning
+                              * of a group. dull code!!
+                              */
        req.pr_entry_bh = NULL;
 
        ret = nilfs_palloc_prepare_alloc_entry(ifile, &req);
This page took 0.024217 seconds and 5 git commands to generate.