All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: f2fs crypto: filename encryption facilities
@ 2015-05-12 11:38 Dan Carpenter
  2015-05-12 18:19 ` Jaegeuk Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2015-05-12 11:38 UTC (permalink / raw)
  To: jaegeuk; +Cc: linux-f2fs-devel

Hello Jaegeuk Kim,

The patch c54316510133: "f2fs crypto: filename encryption facilities"
from Apr 26, 2015, leads to the following static checker warning:

	fs/f2fs/crypto_fname.c:189 f2fs_fname_decrypt()
	warn: passing __func__ while the format string already contains the name of the function 'f2fs_fname_decrypt'

fs/f2fs/crypto_fname.c
   187          ablkcipher_request_free(req);
   188          if (res < 0) {
   189                  printk_ratelimited(KERN_ERR
   190                          "%s: Error in f2fs_fname_decrypt (error code %d)\n",
                                              ^^^^^^^^^^^^^^^^^^
   191                          __func__, res);
                                ^^^^^^^^

   192                  return res;
   193          }

regards,
dan carpenter

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: f2fs crypto: filename encryption facilities
  2015-05-12 11:38 f2fs crypto: filename encryption facilities Dan Carpenter
@ 2015-05-12 18:19 ` Jaegeuk Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Jaegeuk Kim @ 2015-05-12 18:19 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-f2fs-devel

Hi Dan,

On Tue, May 12, 2015 at 02:38:57PM +0300, Dan Carpenter wrote:
> Hello Jaegeuk Kim,
> 
> The patch c54316510133: "f2fs crypto: filename encryption facilities"
> from Apr 26, 2015, leads to the following static checker warning:
> 
> 	fs/f2fs/crypto_fname.c:189 f2fs_fname_decrypt()
> 	warn: passing __func__ while the format string already contains the name of the function 'f2fs_fname_decrypt'

Let me remain this.
Since I'd like to merge these crypto files with ext4's ones and move into fs/.
It needs to sync between ext4 and f2fs.

Thanks,

> 
> fs/f2fs/crypto_fname.c
>    187          ablkcipher_request_free(req);
>    188          if (res < 0) {
>    189                  printk_ratelimited(KERN_ERR
>    190                          "%s: Error in f2fs_fname_decrypt (error code %d)\n",
>                                               ^^^^^^^^^^^^^^^^^^
>    191                          __func__, res);
>                                 ^^^^^^^^
> 
>    192                  return res;
>    193          }
> 
> regards,
> dan carpenter

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-12 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 11:38 f2fs crypto: filename encryption facilities Dan Carpenter
2015-05-12 18:19 ` Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.