| To: | Dmitry Monakhov <dmonakhov@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET,GET}FLAGS operations |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Sun, 18 Sep 2011 16:03:00 -0400 |
| Cc: | xfs@xxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, linux-ext4@xxxxxxxxxxxxxxx |
| In-reply-to: | <1316357699-22692-2-git-send-email-dmonakhov@xxxxxxxxxx> |
| References: | <1316357699-22692-1-git-send-email-dmonakhov@xxxxxxxxxx> <1316357699-22692-2-git-send-email-dmonakhov@xxxxxxxxxx> |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Sun, Sep 18, 2011 at 06:54:59PM +0400, Dmitry Monakhov wrote:
> Add two new operations:
> - getattr: ioctl(fd, EXT2_IOC_GETFLAGS, &fl)
> - setattr: ioctl(fd, EXT2_IOC_SETFLAGS, &random_flags)
> By default IOC_SET_SETFLAGS has zero probability because
> it may produce inodes with APPEND or IMMUTABLE flags which
> are not deletable by default. Let's assumes that one who
> enable it knows how to delete such inodes.
> For example like follows:
> find $TEST_PATH -exec chattr -i -a {} \;
> rm -rf $TEST_PATH
In general I like this, but:
- please provide a testcase actually using this new feature, and
- please don't require e2fsprogs just for the ioctl subcommands,
and use the FS_IOC_GET/SETFLAGS names provided by recent kernels
in fs.h instead. You might still need an ifdef for old kernels,
like src/t_immutable.c does. In fact it might be a good idea
to just provide the values for them if they aren't present in
a header shared by fsstress and t_immutable.c
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Return -EIO when xfs_vn_getattr() failed, Christoph Hellwig |
|---|---|
| Next by Date: | Re: xfs deadlock in stable kernel 3.0.4, Christoph Hellwig |
| Previous by Thread: | [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET,GET}FLAGS operations, Dmitry Monakhov |
| Next by Thread: | [PATCH 00/27] xfs_bmapi split and cleanups V2, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |