lkml.org 
[lkml]   [2009]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 10/31] Constify struct file_lock_operations for 2.6.32 v1
    From: Emese Revfy <re.emese@gmail.com>

    Constify struct file_lock_operations.

    Signed-off-by: Emese Revfy <re.emese@gmail.com>
    ---
    include/linux/fs.h | 4 ++--
    1 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/include/linux/fs.h b/include/linux/fs.h
    index 2620a8c..5c621a0 100644
    --- a/include/linux/fs.h
    +++ b/include/linux/fs.h
    @@ -1027,8 +1027,8 @@ static inline int file_check_writeable(struct file *filp)
    typedef struct files_struct *fl_owner_t;

    struct file_lock_operations {
    - void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
    - void (*fl_release_private)(struct file_lock *);
    + void (* const fl_copy_lock)(struct file_lock *, struct file_lock *);
    + void (* const fl_release_private)(struct file_lock *);
    };

    struct lock_manager_operations {


    \
     
     \ /
      Last update: 2009-12-04 23:25    [W:4.282 / U:2.492 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site