lkml.org 
[lkml]   [2010]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 17/29] fs/notify/inotify: Update WARN uses
    Date
    Coalesce long formats.
    Align arguments.

    Signed-off-by: Joe Perches <joe@perches.com>
    ---
    fs/notify/inotify/inotify_fsnotify.c | 4 ++--
    1 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/fs/notify/inotify/inotify_fsnotify.c b/fs/notify/inotify/inotify_fsnotify.c
    index a91b69a..aa283e4 100644
    --- a/fs/notify/inotify/inotify_fsnotify.c
    +++ b/fs/notify/inotify/inotify_fsnotify.c
    @@ -177,8 +177,8 @@ static int idr_callback(int id, void *p, void *data)
    fsn_mark = p;
    i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);

    - WARN(1, "inotify closing but id=%d for fsn_mark=%p in group=%p still in "
    - "idr. Probably leaking memory\n", id, p, data);
    + WARN(1, "inotify closing but id=%d for fsn_mark=%p in group=%p still in idr. Probably leaking memory\n",
    + id, p, data);

    /*
    * I'm taking the liberty of assuming that the mark in question is a
    --
    1.7.3.2.245.g03276.dirty


    \
     
     \ /
      Last update: 2010-12-06 23:11    [W:4.089 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site