blob: 9d41f43e47bb29766bc6b309b7179e4d5cee759f [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.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
6 * Created by David Woodhouse <dwmw2@infradead.org>
7 *
8 * For licensing information, see the file 'LICENCE' in this directory.
9 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 */
11
12#include <linux/fs.h>
Harvey Harrisonf876a592008-04-18 13:44:12 -070013#include "nodelist.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Stoyan Gaydarov05334002008-07-07 07:45:59 -050015long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070016{
17 /* Later, this will provide for lsattr.jffs2 and chattr.jffs2, which
18 will include compression support etc. */
19 return -ENOTTY;
20}
Thomas Gleixner182ec4e2005-11-07 11:16:07 +000021