xfs
[Top] [All Lists]

[PATCH] xfs: update ->flush method proto

To: Andrew Morton <akpm@xxxxxxxx>
Subject: [PATCH] xfs: update ->flush method proto
From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Date: Mon, 26 Jun 2006 00:15:29 +0400
Cc: xfs@xxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=URnJenJFtbLZa8u0/SdcocDWrMwUuM7t6t69PymI5p2g0BtjjLjm4r8DM8EJ+SvAHy5WUdsgrGvhXazATD4mfehD+qMJFCllRB4L50rGsxmsSvuiRV9BnhZUH/DyoqnJMVW7r9Wb/8kyDiV0nD9dP7ihaAm90pWXc8qESUZlVug=
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.11
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

 fs/xfs/linux-2.6/xfs_file.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/fs/xfs/linux-2.6/xfs_file.c
+++ b/fs/xfs/linux-2.6/xfs_file.c
@@ -295,7 +295,8 @@ xfs_file_open(
 
 STATIC int
 xfs_file_close(
-       struct file     *filp)
+       struct file     *filp,
+       fl_owner_t      id)
 {
        return -bhv_vop_close(vn_from_inode(filp->f_dentry->d_inode), 0,
                                file_count(filp) > 1 ? L_FALSE : L_TRUE, NULL);


<Prev in Thread] Current Thread [Next in Thread>