diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-02 00:43:42 (GMT) |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-02 00:43:42 (GMT) |
commit | 0fdfb3757f27b6d802f85e962d9b0f875df17113 (patch) | |
tree | fe29866638f79c425d4c99dbae20884440ca0f03 /fs/xfs/xfs_rename.c | |
parent | 380b5dc0e59340e7ed36dcc95dd1022aca75bbe2 (diff) | |
download | linux-0fdfb3757f27b6d802f85e962d9b0f875df17113.tar.xz |
[XFS] Remove a null CELL macro and its one caller, not useful to anyone.
SGI-PV: 942986
SGI-Modid: xfs-linux:xfs-kern:23860a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_rename.c')
-rw-r--r-- | fs/xfs/xfs_rename.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_rename.c b/fs/xfs/xfs_rename.c index 23b48ac..1c3599d 100644 --- a/fs/xfs/xfs_rename.c +++ b/fs/xfs/xfs_rename.c @@ -620,8 +620,6 @@ xfs_rename( IRELE(target_ip); } - FSC_NOTIFY_NAME_CHANGED(XFS_ITOV(src_ip)); - IRELE(src_ip); /* Fall through to std_return with error = 0 or errno from |