commit | 2ae51ed7b548c1d943d080da617515e801ea5c3e | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 10 15:14:57 2010 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 30 10:30:19 2010 +0000 |
tree | b2ed48042eef41f89d8316b70bbbb6c936d3dc76 | |
parent | 9e55cd53728719ac3a3234a6618259ab8e203a10 [diff] |
GFS2: Clean up duplicated setattr code While preparing the last patch I noticed that the gfs2_setattr_simple code had been duplicated into two other places. This patch updates those to call gfs2_setattr_simple rather than open coding it. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>