blob: 859a598af020907b390c6ff74d8f1e7b4647865e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * JFFS2 -- Journalling Flash File System, Version 2.
3 *
David Woodhousec00c3102007-04-25 14:16:47 +01004 * Copyright © 2001-2007 Red Hat, Inc.
David Woodhouse6088c052010-08-08 14:15:22 +01005 * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
7 * Created by David Woodhouse <dwmw2@infradead.org>
8 *
9 * For licensing information, see the file 'LICENCE' in this directory.
10 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 */
12
13#include <linux/fs.h>
Harvey Harrisonf876a592008-04-18 13:44:12 -070014#include "nodelist.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Stoyan Gaydarov05334002008-07-07 07:45:59 -050016long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070017{
18 /* Later, this will provide for lsattr.jffs2 and chattr.jffs2, which
19 will include compression support etc. */
20 return -ENOTTY;
21}
Thomas Gleixner182ec4e2005-11-07 11:16:07 +000022