This patch renames function gfs2_close to gfs2_release.
Regards,
Bob Peterson
Red Hat File Systems
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
---
From: Bob Peterson <rpeterso@redhat.com>
Date: Mon, 12 Mar 2012 10:56:01 -0500
Subject: [PATCH 1/5] GFS2: Rename function gfs2_close to gfs2_release
VFS now calls a release function where it used to call a close
function. This patch renames gfs2_close to gfs2_release so that
it makes more sense to someone reading the code.
---
fs/gfs2/file.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
/**
- * gfs2_close - called to close a struct file
+ * gfs2_release - called to close a struct file
* @inode: the inode the struct file belongs to
* @file: the struct file being closed
*
* Returns: errno
*/