1. 06 6月, 2013 2 次提交
    • J
      jfs: Update jfs_error · eb8630d7
      Joe Perches 提交于
      Use a more current logging style.
      
      Add __printf format and argument verification.
      
      Remove embedded function names from formats.
      Add %pf, __builtin_return_address(0) to jfs_error.
      Add newlines to formats for kernel style consistency.
      (One format already had an erroneous newline)
      Coalesce formats and align arguments.
      
      Object size reduced ~1KiB.
      
      $ size fs/jfs/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       201891	  35488	  63936	 301315	  49903	fs/jfs/built-in.o.new
       202821	  35488	  64192	 302501	  49da5	fs/jfs/built-in.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDave Kleikamp <dave.kleikamp@oracle.com>
      eb8630d7
    • D
      jfs: fix sparse warning in fs/jfs/xattr.c · 21d1101f
      Dave Kleikamp 提交于
        CHECK   fs/jfs/xattr.c
      fs/jfs/xattr.c:1092:5: warning: symbol 'jfs_initxattrs' was not declared. Should it be static?
      Signed-off-by: NDave Kleikamp <dave.kleikamp@oracle.com>
      21d1101f
  2. 05 6月, 2013 22 次提交
  3. 04 6月, 2013 2 次提交
  4. 03 6月, 2013 14 次提交